From 60db7e6294ab405a862c1cbc62140c9e89208b25 Mon Sep 17 00:00:00 2001 From: madaidan <50278627+madaidan@users.noreply.github.com> Date: Sat, 7 Sep 2019 20:08:56 +0000 Subject: [PATCH] fix typo --- etc/default/grub.d/40_kernel_hardening.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default/grub.d/40_kernel_hardening.cfg b/etc/default/grub.d/40_kernel_hardening.cfg index 0506e496..247b880f 100644 --- a/etc/default/grub.d/40_kernel_hardening.cfg +++ b/etc/default/grub.d/40_kernel_hardening.cfg @@ -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"