diff options
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 0000000000..91eca2bf91 --- /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: |