mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 09:06:07 -04:00
force kernel to panic on "oopses"
This commit is contained in:
parent
1660aaa6dd
commit
ca764d8de0
1 changed files with 3 additions and 0 deletions
|
@ -53,3 +53,6 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX extra_latent_entropy"
|
|||
## https://lkml.org/lkml/2020/7/16/122
|
||||
## https://github.com/torvalds/linux/blob/fb1201aececc59990b75ef59fca93ae4aa1e1444/Documentation/admin-guide/kernel-parameters.txt#L835-L848
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue