undo "force kernel to panic on "oopses"

because implemented differently already

https://forums.whonix.org/t/set-oops-panic-kernel-parameter-or-kernel-panic-on-oops-1-sysctl-for-better-security/7713
This commit is contained in:
Patrick Schleizer 2022-07-23 07:49:56 -04:00
parent c1c04b4619
commit 0c5b1e9f57
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -55,4 +55,9 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX extra_latent_entropy"
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX debugfs=off"
## Force the kernel to panic on "oopses" (which may be due to false positives)
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX oops=panic"
## https://forums.whonix.org/t/set-oops-panic-kernel-parameter-or-kernel-panic-on-oops-1-sysctl-for-better-security/7713
## Implemented differently:
## /usr/libexec/security-misc/panic-on-oops
## /etc/X11/Xsession.d/50panic_on_oops
## /etc/sudoers.d/security-misc
#GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX oops=panic"