From 0bf0a73eb4683bd7205eaafa692237c57e7d18ae Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Mon, 15 Dec 2025 20:18:14 -0600 Subject: [PATCH] Add a missing quote mark for panic_on_taint --- etc/default/grub.d/40_kernel_hardening.cfg#security-misc-shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default/grub.d/40_kernel_hardening.cfg#security-misc-shared b/etc/default/grub.d/40_kernel_hardening.cfg#security-misc-shared index e487966..4407b16 100644 --- a/etc/default/grub.d/40_kernel_hardening.cfg#security-misc-shared +++ b/etc/default/grub.d/40_kernel_hardening.cfg#security-misc-shared @@ -184,7 +184,7 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX debugfs=off" ## ## Note that this must be used with panic=-1 for it to function as intended. ## -#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX panic_on_taint=0xC0924 +#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX panic_on_taint=0xC0924" ## Prevent sensitive kernel information leaks in the console during boot. ## Must be used in combination with the kernel.printk sysctl.