diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-11-18 17:35:56 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-18 17:35:56 +0900 |
commit | 0421860a5a75b59a76b7a864a172eb090e3d0785 (patch) | |
tree | df22f28abfa4c8bb77d650b674a44e0aedc586be /security/Kconfig | |
parent | cf655c36fad7b6488a56f18ab56f7d608ca6552b (diff) | |
parent | 89ba4d12fca24d373e1b10fce498d68157bafaf0 (diff) | |
download | blackbird-op-linux-0421860a5a75b59a76b7a864a172eb090e3d0785.tar.gz blackbird-op-linux-0421860a5a75b59a76b7a864a172eb090e3d0785.zip |
Merge branch 'rmobile/ag5' into rmobile-latest
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig index bd72ae623494..e80da955e687 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -39,6 +39,18 @@ config KEYS_DEBUG_PROC_KEYS If you are unsure as to whether this is required, answer N. +config SECURITY_DMESG_RESTRICT + bool "Restrict unprivileged access to the kernel syslog" + default n + help + This enforces restrictions on unprivileged users reading the kernel + syslog via dmesg(8). + + If this option is not selected, no restrictions will be enforced + unless the dmesg_restrict sysctl is explicitly set to (1). + + If you are unsure how to answer this question, answer N. + config SECURITY bool "Enable different security models" depends on SYSFS |