diff options
author | mwgg <m@mw.gg> | 2015-01-06 23:46:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-07 23:12:09 +0700 |
commit | f26691986232bfca9fca31a70142146605f07e4e (patch) | |
tree | 463df962fe3ce40ae20cd8496d7c5b7dd96faea4 /system/firejail/slack-desc | |
parent | b67c54bd18cb31734c268c8a09fc830ca23c1cf3 (diff) |
system/firejail: Added (security sandbox).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/firejail/slack-desc')
-rw-r--r-- | system/firejail/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/firejail/slack-desc b/system/firejail/slack-desc new file mode 100644 index 000000000000..91eca2bf91e4 --- /dev/null +++ b/system/firejail/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +firejail: firejail (security sandbox) +firejail: +firejail: Firejail is a SUID security sandbox program that reduces the risk of +firejail: security breaches by restricting the running environment of untrusted +firejail: applications using Linux namespaces. It allows a process and all its +firejail: descendants to have their own private view of the globally shared +firejail: kernel resources, such as the network stack, process table, mount +firejail: table. +firejail: +firejail: Homepage: http://l3net.wordpress.com/projects/firejail/ +firejail: |