Skip to content

Commit

Permalink
Merge pull request #30 from madaidan/patch-23
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Patrick Schleizer committed Sep 9, 2019
2 parents 9d875d7 + 60db7e6 commit d0b3bc7
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 d0b3bc7

Please sign in to comment.