From a436af34cf44ac033b1b4cb9fd452515c446ee9b Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 24 Jul 2016 14:49:03 +0100 Subject: [PATCH] Add seccomp --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9e32a26..51637d6 100644 --- a/packages.json +++ b/packages.json @@ -4988,5 +4988,19 @@ "web": "https://github.com/roose/nim-wox", "url": "https://github.com/roose/nim-wox", "method": "git" + }, + { + "name": "seccomp", + "description": "Linux Seccomp sandbox library", + "tags": [ + "linux", + "security", + "sandbox", + "seccomp" + ], + "license": "LGPLv2.1", + "web": "https://github.com/FedericoCeratto/nim-seccomp", + "url": "https://github.com/FedericoCeratto/nim-seccomp", + "method": "git" } ]