From: Ingo Molnar Date: Fri, 18 Apr 2008 19:42:36 +0000 (+0200) Subject: /dev/mem: make promisc the default X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1f56cf1c58c81f7ecf16f5e99ac4a333d9dc9aea;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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