2016-10-26 19:22:32 +02:00
|
|
|
|
config BR2_PACKAGE_FIREJAIL
|
|
|
|
|
bool "firejail"
|
2017-03-12 14:32:50 +01:00
|
|
|
|
depends on BROKEN # does not cross-compile at all
|
2016-10-26 19:22:32 +02:00
|
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
# uClibc: error: ‘EM_ARM’ undeclared
|
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_UCLIBC
|
|
|
|
|
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/
|
|
|
|
|
|
|
|
|
|
comment "firejail needs a glibc or musl toolchain w/ threads"
|
|
|
|
|
depends on BR2_USE_MMU
|
2017-03-12 14:32:50 +01:00
|
|
|
|
depends on BROKEN
|
2017-03-09 12:25:29 +01:00
|
|
|
|
depends on BR2_TOOLCHAIN_USES_UCLIBC || !BR2_TOOLCHAIN_HAS_THREADS
|