diff options
author | Andreas Schwab <[email protected]> | 2009-08-18 22:14:29 +0200 |
---|---|---|
committer | James Morris <[email protected]> | 2009-08-19 08:42:56 +1000 |
commit | 024e6cb408307de41cbfcb1e5a170d9af60ab2a9 (patch) | |
tree | a292ba561abe291f906cde4907e5956b0a5a5f5a | |
parent | a58578e47f004017cf47803ad372490806630e58 (diff) |
security: Fix prompt for LSM_MMAP_MIN_ADDR
Fix prompt for LSM_MMAP_MIN_ADDR.
(Verbs are cool!)
Signed-off-by: Andreas Schwab <[email protected]>
Acked-by: Eric Paris <[email protected]>
Signed-off-by: James Morris <[email protected]>
-rw-r--r-- | security/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Kconfig b/security/Kconfig index bba92689b567..4c865345caa0 100644 --- a/security/Kconfig +++ b/security/Kconfig @@ -114,7 +114,7 @@ config SECURITY_ROOTPLUG If you are unsure how to answer this question, answer N. config LSM_MMAP_MIN_ADDR - int "Low address space for LSM to from user allocation" + int "Low address space for LSM to protect from user allocation" depends on SECURITY && SECURITY_SELINUX default 65536 help |