aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-09-08 12:10:35 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-09-08 12:10:35 +0900
commitfc63562ac2107dfa843f5288fe985fc6f0021c17 (patch)
treeb6d0b2b10d843b4367e07fc6bfda45c4144c53b7 /arch
parentsh: Mark kretprobe_trampoline_holder static and __used. (diff)
downloadlinux-dev-fc63562ac2107dfa843f5288fe985fc6f0021c17.tar.xz
linux-dev-fc63562ac2107dfa843f5288fe985fc6f0021c17.zip
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')
-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
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