From: Ingo Molnar Date: Fri, 18 Apr 2008 19:42:36 +0000 (+0200) Subject: /dev/mem: make promisc the default X-Git-Tag: v2.6.26-rc1~1058^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1f56cf1c58c81f7ecf16f5e99ac4a333d9dc9aea;p=linux-2.6-omap-h63xx.git /dev/mem: make promisc the default default to the old semantics. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 0c1890c4127..239fd9fba0a 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -7,7 +7,6 @@ source "lib/Kconfig.debug" config NONPROMISC_DEVMEM bool "Disable promiscuous /dev/mem" - default y help The /dev/mem file by default only allows userspace access to PCI space and the BIOS code and data regions. This is sufficient for