Firejail Security Sandbox https://firejail.wordpress.com/ Lightweight application sandboxing system using seccomp and kernel namespaces. Signed-off-by: Chris Frederick <cdf123@cdf123.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
452 B
Plaintext
13 lines
452 B
Plaintext
config BR2_PACKAGE_FIREJAIL
|
|
bool "firejail"
|
|
help
|
|
Firejail is a SUID program that reduces the risk of security
|
|
breaches by restricting the running environment of untrusted
|
|
applications using Linux namespaces and seccomp-bpf. 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.
|
|
|
|
https://firejail.wordpress.com/
|
|
|