diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-07-24 14:49:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-24 14:49:03 +0100 |
| commit | a436af34cf44ac033b1b4cb9fd452515c446ee9b (patch) | |
| tree | 4a4f86f4a1eeb5dbaae44f4425bf381427c4bc1f | |
| parent | a4540fcb3905b543f8834bea16debcb0fa515a7a (diff) | |
| download | packages-a436af34cf44ac033b1b4cb9fd452515c446ee9b.tar.gz packages-a436af34cf44ac033b1b4cb9fd452515c446ee9b.zip | |
Add seccomp
| -rw-r--r-- | packages.json | 14 |
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" } ] |
