From: Paul Mundt Date: Mon, 8 Sep 2008 03:10:35 +0000 (+0900) Subject: sh: Disable seccomp support by default. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fc63562ac2107dfa843f5288fe985fc6f0021c17;p=linux-beck.git sh: Disable seccomp support by default. This was initially checked in with a stupid default of y, while most everyone is going to want to have this disabled anyways. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 334917a62ecf..c5b08eb3770e 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -496,7 +496,6 @@ config CRASH_DUMP config SECCOMP bool "Enable seccomp to safely compute untrusted bytecode" depends on PROC_FS - default y help This kernel feature is useful for number crunching applications that may need to compute untrusted bytecode during their