aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-07 23:10:35 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-09-07 23:10:35 -0400
commitfc63562ac2107dfa843f5288fe985fc6f0021c17 (patch)
treeb6d0b2b10d843b4367e07fc6bfda45c4144c53b7 /arch/sh/Kconfig
parente7cb016e5a3163e2999d8715390d64eb46816655 (diff)
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 <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig1
1 files changed, 0 insertions, 1 deletions
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
496config SECCOMP 496config SECCOMP
497 bool "Enable seccomp to safely compute untrusted bytecode" 497 bool "Enable seccomp to safely compute untrusted bytecode"
498 depends on PROC_FS 498 depends on PROC_FS
499 default y
500 help 499 help
501 This kernel feature is useful for number crunching applications 500 This kernel feature is useful for number crunching applications
502 that may need to compute untrusted bytecode during their 501 that may need to compute untrusted bytecode during their