slackbuilds/system/firejail
Willy Sudiarto Raharjo d65472bccc system/firejail: Updated for version 0.9.44.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-03-19 11:21:15 +07:00
..
README system/firejail: Added (security sandbox). 2015-01-07 23:12:09 +07:00
firejail.SlackBuild system/firejail: Updated for version 0.9.44.10. 2017-03-19 11:21:15 +07:00
firejail.info system/firejail: Updated for version 0.9.44.10. 2017-03-19 11:21:15 +07:00
slack-desc system/firejail: Updated for version 0.9.44.8. 2017-01-21 06:24:05 +07:00

README

firejail

Firejail is a SUID security sandbox program that reduces the risk of security
breaches by restricting the running environment of untrusted applications using
Linux namespaces. It allows a process and all its descendants to have their own
private view of the globally shared kernel resources, such as the network stack,
process table, mount table.

Firejail can sandbox any type of processes: servers, graphical applications, and
even user login sessions. Written in C with virtually no dependencies, it should
work on any Linux computer with a 3.x kernel version.