From 30068ec8cdaa7a6778f0ba0b423f7ab3c3391759 Mon Sep 17 00:00:00 2001 From: raja-grewal Date: Sat, 22 Nov 2025 15:01:47 +1100 Subject: [PATCH] Correct bitmask --- 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 3972cef..79b52bf 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 @@ -147,7 +147,7 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX debugfs=off" ## Panic on the above and bad page faults or some unexpected page flags: 36 = 0x24. ## Panic on the above and severe firmware bugs: 2084 = 0x824. ## Panic on the above and kernel live patching: 34852 = 0x8824. -## Panic on the above and the loading of proprietary, out-of-tree, or unsigned modules: 47141 = 0xB7C5. +## Panic on the above and the loading of proprietary, out-of-tree, or unsigned modules: 47141 = 0xB825. ## All must first be tested to ensure there are no pre-existing issues on user hardware. ## After confirming stability this enforces strict user-defined kernel operation and security at runtime. ##