linux_*_hardened: don't set {,IO_}STRICT_DEVMEM
STRICT_DEVMEM is on by default in upstream 5.6.2; IO_STRICT_DEVMEM is turned on by anthraxx/linux-hardened@103d23cb66. Note that anthraxx/linux-hardened@db1d27e10e disables DEVMEM by default, so this is only relevant if that default is overridden to turn it back on.
This commit is contained in:
parent
303bb60fb1
commit
0611462e33
@ -37,10 +37,6 @@ assert (versionAtLeast version "4.9");
|
||||
|
||||
STRICT_KERNEL_RWX = whenAtLeast "4.11" yes;
|
||||
|
||||
# Stricter /dev/mem
|
||||
STRICT_DEVMEM = option yes;
|
||||
IO_STRICT_DEVMEM = option yes;
|
||||
|
||||
# Perform additional validation of commonly targeted structures.
|
||||
DEBUG_CREDENTIALS = yes;
|
||||
DEBUG_NOTIFIERS = yes;
|
||||
|
Loading…
Reference in New Issue
Block a user