aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]