mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-08 11:54:53 +00:00
procd: disable jail for uml builds
probiere den mal bitte Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45066
This commit is contained in:
parent
c6a29d2528
commit
23b24d43ae
@ -77,12 +77,12 @@ config PROCD_ZRAM_TMPFS
|
||||
config PROCD_JAIL_SUPPORT
|
||||
bool
|
||||
default y
|
||||
depends on mips || mipsel || i386 || x86_64
|
||||
depends on (mips || mipsel || i386 || x86_64) && PROCD_SECCOMP_SUPPORT
|
||||
|
||||
config PROCD_SECCOMP_SUPPORT
|
||||
bool
|
||||
default y
|
||||
depends on (mips || mipsel || i386 || x86_64) && @KERNEL_SECCOMP
|
||||
depends on (mips || mipsel || i386 || x86_64) && !@TARGET_uml && @KERNEL_SECCOMP
|
||||
endmenu
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user