hardened-config: ensure STRICT_KERNEL_RWX
This is y in the default config, but enable it explicitly here to catch situations where it has been disabled (explicitly or implicitly).
This commit is contained in:
parent
1801aad7b8
commit
dfd77a046d
@ -66,6 +66,9 @@ ${optionalString (versionAtLeast version "4.12") ''
|
|||||||
''}
|
''}
|
||||||
|
|
||||||
DEBUG_WX y # boot-time warning on RWX mappings
|
DEBUG_WX y # boot-time warning on RWX mappings
|
||||||
|
${optionalString (versionAtLeast version "4.11") ''
|
||||||
|
STRICT_KERNEL_RWX y
|
||||||
|
''}
|
||||||
|
|
||||||
# Stricter /dev/mem
|
# Stricter /dev/mem
|
||||||
STRICT_DEVMEM? y
|
STRICT_DEVMEM? y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user