nixos/hardened: don't set slab_nomerge
Upstreamed in anthraxx/linux-hardened@df29f9248c.
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user