mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-11 00:10:00 +07:00
fix
This commit is contained in:
@ -12,7 +12,6 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slab_nomerge"
|
|||||||
## Enables sanity checks (F) and redzoning (Z).
|
## Enables sanity checks (F) and redzoning (Z).
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slub_debug=FZ"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slub_debug=FZ"
|
||||||
|
|
||||||
echo "## $kver grater or equal 5.3: yes"
|
|
||||||
## Zero memory at allocation and free time.
|
## Zero memory at allocation and free time.
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX init_on_alloc=1 init_on_free=1"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX init_on_alloc=1 init_on_free=1"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user