From 426b3643ccb89c988a131381cbe2abb6f67932a5 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Wed, 16 Oct 2019 08:25:40 -0700 Subject: [PATCH] kernel:seccomp disable by default --- config/Config-kernel.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 472cb87c7..96aaed768 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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.