mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-06 12:18:54 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1b43914176
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue