From f2d0e8101f83c9d4561bf3d9f63e14c939dc1264 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 31 Jan 2019 16:06:58 -0300 Subject: [PATCH] Added package firejail (#1001) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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" } ]