mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-24 00:19:23 -05:00
fix typo
This commit is contained in:
parent
9d875d7c31
commit
60db7e6294
@ -2,7 +2,7 @@
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slab_nomerge"
|
||||
|
||||
# Enables sanity checks (F), redzoning (Z) and poisoning (P).
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slab_debug=FZP"
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slub_debug=FZP"
|
||||
|
||||
# Wipes free memory so it can't leak in various ways and prevents some use-after-free vulnerabilites.
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX page_poison=1"
|
||||
|
Loading…
Reference in New Issue
Block a user