kernel:seccomp disable by default
This commit is contained in:
parent
5e2b2fe8e9
commit
426b3643cc
@ -650,13 +650,13 @@ config KERNEL_POSIX_MQUEUE
|
|||||||
|
|
||||||
config KERNEL_SECCOMP_FILTER
|
config KERNEL_SECCOMP_FILTER
|
||||||
bool
|
bool
|
||||||
default y if !SMALL_FLASH
|
default n
|
||||||
|
|
||||||
config KERNEL_SECCOMP
|
config KERNEL_SECCOMP
|
||||||
bool "Enable seccomp support"
|
bool "Enable seccomp support"
|
||||||
depends on !(TARGET_uml)
|
depends on !(TARGET_uml)
|
||||||
select KERNEL_SECCOMP_FILTER
|
select KERNEL_SECCOMP_FILTER
|
||||||
default y if !SMALL_FLASH
|
default n
|
||||||
help
|
help
|
||||||
Build kernel with support for seccomp.
|
Build kernel with support for seccomp.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user