nixos/hardened: don't set slab_nomerge

Upstreamed in anthraxx/linux-hardened@df29f9248c.
This commit is contained in:
Emily 2020-04-05 05:55:58 +01:00
parent 7fdfe5381d
commit 3b32cd2a5b

View file

@ -37,9 +37,6 @@ with lib;
# Slab/slub sanity checks, redzoning, and poisoning
"slub_debug=FZP"
# Disable slab merging to make certain heap overflow attacks harder
"slab_nomerge"
# Overwrite free'd memory
"page_poison=1"