diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-08 12:10:35 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-08 12:10:35 +0900 |
commit | fc63562ac2107dfa843f5288fe985fc6f0021c17 (patch) | |
tree | b6d0b2b10d843b4367e07fc6bfda45c4144c53b7 /arch/sh/Kconfig | |
parent | e7cb016e5a3163e2999d8715390d64eb46816655 (diff) | |
download | linux-stable-fc63562ac2107dfa843f5288fe985fc6f0021c17.tar.gz linux-stable-fc63562ac2107dfa843f5288fe985fc6f0021c17.tar.bz2 linux-stable-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/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
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 |