forked from mirrors/nixpkgs
linux_*_hardened: don't set HARDENED_USERCOPY_FALLBACK
Upstreamed in anthraxx/linux-hardened@c1fe7a68e3, anthraxx/linux-hardened@2c553a2bb1.
This commit is contained in:
parent
3eeb5240ac
commit
4fb796e341
|
@ -46,10 +46,6 @@ assert (versionAtLeast version "4.9");
|
|||
|
||||
REFCOUNT_FULL = whenAtLeast "4.13" yes;
|
||||
|
||||
# Perform usercopy bounds checking.
|
||||
HARDENED_USERCOPY = yes;
|
||||
HARDENED_USERCOPY_FALLBACK = whenAtLeast "4.16" no; # for full whitelist enforcement
|
||||
|
||||
# Randomize allocator freelists.
|
||||
SLAB_FREELIST_RANDOM = yes;
|
||||
|
||||
|
|
Loading…
Reference in a new issue