diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2019-01-31 16:06:58 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-01-31 20:06:58 +0100 |
| commit | f2d0e8101f83c9d4561bf3d9f63e14c939dc1264 (patch) | |
| tree | 81b7ce44d7e7fd7bb0951ffa188cc0616812595a | |
| parent | 9c3f46fdfad02d4d7628c2795c586af9fef2b3f1 (diff) | |
| download | packages-f2d0e8101f83c9d4561bf3d9f63e14c939dc1264.tar.gz packages-f2d0e8101f83c9d4561bf3d9f63e14c939dc1264.zip | |
Added package firejail (#1001)
| -rw-r--r-- | packages.json | 19 |
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" } ] |
