linux_*_hardened: don't set DEBUG_WX
Upstreamed in anthraxx/linux-hardened@55ee7417f3.
This commit is contained in:
parent
33b94e5a44
commit
303bb60fb1
|
@ -35,7 +35,6 @@ assert (versionAtLeast version "4.9");
|
||||||
SECURITY_SELINUX_DISABLE = whenAtLeast "4.12" no;
|
SECURITY_SELINUX_DISABLE = whenAtLeast "4.12" no;
|
||||||
SECURITY_WRITABLE_HOOKS = whenAtLeast "4.12" (option no);
|
SECURITY_WRITABLE_HOOKS = whenAtLeast "4.12" (option no);
|
||||||
|
|
||||||
DEBUG_WX = yes; # boot-time warning on RWX mappings
|
|
||||||
STRICT_KERNEL_RWX = whenAtLeast "4.11" yes;
|
STRICT_KERNEL_RWX = whenAtLeast "4.11" yes;
|
||||||
|
|
||||||
# Stricter /dev/mem
|
# Stricter /dev/mem
|
||||||
|
|
Loading…
Reference in New Issue