kernel:seccomp disable by default

This commit is contained in:
LEAN-ESX 2019-10-16 08:25:40 -07:00
parent 5e2b2fe8e9
commit 426b3643cc

View File

@ -650,13 +650,13 @@ config KERNEL_POSIX_MQUEUE
config KERNEL_SECCOMP_FILTER
bool
default y if !SMALL_FLASH
default n
config KERNEL_SECCOMP
bool "Enable seccomp support"
depends on !(TARGET_uml)
select KERNEL_SECCOMP_FILTER
default y if !SMALL_FLASH
default n
help
Build kernel with support for seccomp.