nixos/hardened: don't set slab_nomerge
Upstreamed in anthraxx/linux-hardened@df29f9248c.
This commit is contained in:
parent
7fdfe5381d
commit
3b32cd2a5b
@ -37,9 +37,6 @@ with lib;
|
|||||||
# Slab/slub sanity checks, redzoning, and poisoning
|
# Slab/slub sanity checks, redzoning, and poisoning
|
||||||
"slub_debug=FZP"
|
"slub_debug=FZP"
|
||||||
|
|
||||||
# Disable slab merging to make certain heap overflow attacks harder
|
|
||||||
"slab_nomerge"
|
|
||||||
|
|
||||||
# Overwrite free'd memory
|
# Overwrite free'd memory
|
||||||
"page_poison=1"
|
"page_poison=1"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user