slackbuilds_ponce/system/firejail
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
firejail.info system/firejail: Updated for version 0.9.66. 2021-07-03 10:16:00 +07:00
firejail.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
README
slack-desc

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.