aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2019-01-31 16:06:58 -0300
committerMiran <narimiran@disroot.org>2019-01-31 20:06:58 +0100
commitf2d0e8101f83c9d4561bf3d9f63e14c939dc1264 (patch)
tree81b7ce44d7e7fd7bb0951ffa188cc0616812595a
parent9c3f46fdfad02d4d7628c2795c586af9fef2b3f1 (diff)
downloadpackages-f2d0e8101f83c9d4561bf3d9f63e14c939dc1264.tar.gz
packages-f2d0e8101f83c9d4561bf3d9f63e14c939dc1264.zip
Added package firejail (#1001)
-rw-r--r--packages.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 82a5cbd..bc94ec5 100644
--- a/packages.json
+++ b/packages.json
@@ -12573,5 +12573,24 @@
"description": "Last.FM API breakouts (documentation: http://ryuk.ooo/nimdocs/lastfm/lastfm.html)",
"license": "Apache-2.0",
"web": "https://gitlab.com/ryukoposting/lastfm-nim"
+ },
+ {
+ "name": "firejail",
+ "url": "https://github.com/juancarlospaco/nim-firejail",
+ "method": "git",
+ "tags": [
+ "firejail",
+ "security",
+ "linux",
+ "isolation",
+ "container",
+ "infosec",
+ "hardened",
+ "sandbox",
+ "docker"
+ ],
+ "description": "Firejail wrapper for Nim, Isolate your Production App before its too late!",
+ "license": "MIT",
+ "web": "https://github.com/juancarlospaco/nim-firejail"
}
]