nixos/hardened: don't set slab_nomerge

Upstreamed in anthraxx/linux-hardened@df29f9248c.
This commit is contained in:
Emily
2020-04-17 16:13:39 +01:00
parent 7fdfe5381d
commit 3b32cd2a5b
-3
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"