|
@@ -103,7 +103,7 @@ config INTEL_TXT
|
|
|
config LSM_MMAP_MIN_ADDR
|
|
config LSM_MMAP_MIN_ADDR
|
|
|
int "Low address space for LSM to protect from user allocation"
|
|
int "Low address space for LSM to protect from user allocation"
|
|
|
depends on SECURITY && SECURITY_SELINUX
|
|
depends on SECURITY && SECURITY_SELINUX
|
|
|
- default 32768 if ARM
|
|
|
|
|
|
|
+ default 32768 if ARM || (ARM64 && COMPAT)
|
|
|
default 65536
|
|
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
|