aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-07-24 14:49:03 +0100
committerGitHub <noreply@github.com>2016-07-24 14:49:03 +0100
commita436af34cf44ac033b1b4cb9fd452515c446ee9b (patch)
tree4a4f86f4a1eeb5dbaae44f4425bf381427c4bc1f
parenta4540fcb3905b543f8834bea16debcb0fa515a7a (diff)
downloadpackages-a436af34cf44ac033b1b4cb9fd452515c446ee9b.tar.gz
packages-a436af34cf44ac033b1b4cb9fd452515c446ee9b.zip
Add seccomp
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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"
}
]