mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-26 20:36:58 -05:00
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:
parent
c1c04b4619
commit
0c5b1e9f57
@ -55,4 +55,9 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX extra_latent_entropy"
|
|||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX debugfs=off"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX debugfs=off"
|
||||||
|
|
||||||
## Force the kernel to panic on "oopses" (which may be due to false positives)
|
## 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user