提交 a58578e4 编写于 作者: D Dave Jones 提交者: James Morris

security: Make LSM_MMAP_MIN_ADDR default match its help text.

Commit 788084ab added the LSM_MMAP_MIN_ADDR
option, whose help text states "For most ia64, ppc64 and x86 users with lots
of address space a value of 65536 is reasonable and should cause no problems."
Which implies that it's default setting was typoed.
Signed-off-by: NDave Jones <davej@redhat.com>
Acked-by: NEric Paris <eparis@redhat.com>
Signed-off-by: NJames Morris <jmorris@namei.org>
上级 df4ecf15
...@@ -116,7 +116,7 @@ config SECURITY_ROOTPLUG ...@@ -116,7 +116,7 @@ config SECURITY_ROOTPLUG
config LSM_MMAP_MIN_ADDR config LSM_MMAP_MIN_ADDR
int "Low address space for LSM to from user allocation" int "Low address space for LSM to from user allocation"
depends on SECURITY && SECURITY_SELINUX depends on SECURITY && SECURITY_SELINUX
default 65535 default 65536
help help
This is the portion of low virtual memory which should be protected This is the portion of low virtual memory which should be protected
from userspace allocation. Keeping a user from writing to low pages from userspace allocation. Keeping a user from writing to low pages
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册