mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 22:06:54 -05:00
Clarify description on panics on oopses and warns
This commit is contained in:
parent
c33f7d04e2
commit
f1de0da69b
1 changed files with 4 additions and 3 deletions
|
|
@ -13,9 +13,10 @@ if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then
|
|||
fi
|
||||
|
||||
## Makes the kernel immediately panic on both oopses and warnings.
|
||||
## This prevents the kernel from continuing to run a potentially
|
||||
## flawed processes. Many kernel exploits will also cause an oops,
|
||||
## these settings will make the kernel kill the offending processes.
|
||||
## These settings force a full system crash rather than continuing
|
||||
## to run after an inconsistent state is triggered by a potentially
|
||||
## flawed processes. The reasons for the errors could be kernel
|
||||
## exploit attempts but may also simply be general software bugs.
|
||||
sysctl kernel.oops_limit=1
|
||||
sysctl kernel.warn_limit=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue