| To: | Linux MIPS List <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH]: Set CONFIG_SECCOMP default to 'n' |
| From: | Kumba <kumba@gentoo.org> |
| Date: | Thu, 24 Mar 2005 22:25:01 -0500 |
| Cc: | Ralf Baechle <ralf@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
As I recently learned, CONFIG_SECCOMP's default value is "y", and this can cause the build to fail until the remaining bits of this feature are committed. The attached patch changes the default to "n". --Kumba --"Such is oft the course of deeds that move the wheels of the world: small hands do them because they must, while the eyes of the great are elsewhere." --Elrond --- arch/mips/Kconfig.orig 2005-03-21 14:31:08.757419840 -0500
+++ arch/mips/Kconfig 2005-03-21 14:31:20.955565440 -0500
@@ -1422,7 +1422,7 @@ config BINFMT_ELF32
config SECCOMP
bool "Enable seccomp to safely compute untrusted bytecode"
depends on PROC_FS && BROKEN
- default y
+ default n
help
This kernel feature is useful for number crunching applications
that may need to compute untrusted bytecode during their
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: ABI incompatibility when building util-linux, Daniel Jacobowitz |
|---|---|
| Next by Date: | kernel oops -> bootloader path, Emmanuel Michon |
| Previous by Thread: | ABI incompatibility when building util-linux, Alex Gonzalez |
| Next by Thread: | kernel oops -> bootloader path, Emmanuel Michon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |