All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Change default for STRICT_DEVMEM
@ 2008-11-07 20:18 Matt LaPlante
  2008-11-07 22:00 ` Alan Cox
  2008-11-08 11:42 ` Ingo Molnar
  0 siblings, 2 replies; 5+ messages in thread
From: Matt LaPlante @ 2008-11-07 20:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Matt LaPlante

The recommendation for STRICT_DEVMEM is to select Y,
however the option currently defaults to N.  Have the option
default to Y since it is recommended.

---
 arch/x86/Kconfig.debug |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 2a3dfbd..a03597c 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -7,6 +7,7 @@ source "lib/Kconfig.debug"
 
 config STRICT_DEVMEM
 	bool "Filter access to /dev/mem"
+	default y
 	help
 	  If this option is disabled, you allow userspace (root) access to all
 	  of memory, including kernel and userspace memory. Accidental
-- 
1.5.6.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-08 11:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-07 20:18 [PATCH] Change default for STRICT_DEVMEM Matt LaPlante
2008-11-07 22:00 ` Alan Cox
2008-11-07 23:05   ` Arjan van de Ven
2008-11-07 23:20   ` Matt LaPlante
2008-11-08 11:42 ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.