Commit 024e6cb408307de41cbfcb1e5a170d9af60ab2a9

Authored by Andreas Schwab
Committed by James Morris
1 parent a58578e47f

security: Fix prompt for LSM_MMAP_MIN_ADDR

Fix prompt for LSM_MMAP_MIN_ADDR.

(Verbs are cool!)

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Acked-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -114,7 +114,7 @@
114 114 If you are unsure how to answer this question, answer N.
115 115  
116 116 config LSM_MMAP_MIN_ADDR
117   - int "Low address space for LSM to from user allocation"
  117 + int "Low address space for LSM to protect from user allocation"
118 118 depends on SECURITY && SECURITY_SELINUX
119 119 default 65536
120 120 help