Loading arch/x86/Kconfig.debug +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
arch/x86/Kconfig.debug +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading