Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madaidan committed Sep 7, 2019
1 parent 9d875d7 commit 60db7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/default/grub.d/40_kernel_hardening.cfg
Expand Up @@ -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"
Expand Down

0 comments on commit 60db7e6

Please sign in to comment.