Commit f2d0f1de authored by Linus Torvalds's avatar Linus Torvalds

x86: Fix help message for STRICT_DEVMEM config option

The message talked about "left on" when it meant to say disabled.
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3488007a
...@@ -8,7 +8,7 @@ source "lib/Kconfig.debug" ...@@ -8,7 +8,7 @@ source "lib/Kconfig.debug"
config STRICT_DEVMEM config STRICT_DEVMEM
bool "Filter access to /dev/mem" bool "Filter access to /dev/mem"
help help
If this option is left on, you allow userspace (root) access to all If this option is disabled, you allow userspace (root) access to all
of memory, including kernel and userspace memory. Accidental of memory, including kernel and userspace memory. Accidental
access to this is obviously disastrous, but specific access can access to this is obviously disastrous, but specific access can
be used by people debugging the kernel. Note that with PAT support be used by people debugging the kernel. Note that with PAT support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment