3
0
Fork 0
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:
Emily 2020-04-04 23:05:28 +01:00
parent 3eeb5240ac
commit 4fb796e341

View file

@ -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;