mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-05 11:45:03 -04:00
Add details on kernel panics
This commit is contained in:
parent
56b28e3826
commit
e4909b5e28
4 changed files with 20 additions and 8 deletions
|
@ -15,5 +15,8 @@ fi
|
|||
## Makes the kernel panic on oopses. This prevents the kernel
|
||||
## from continuing to run a flawed processes. Many kernel exploits
|
||||
## will also cause an oops which this will make the kernel kill.
|
||||
sysctl kernel.panic_on_oops=1
|
||||
#sysctl kernel.panic=-1
|
||||
sysctl kernel.panic_on_oops=1
|
||||
#sysctl kernel.panic_on_warn=1
|
||||
#sysctl kernel.oops_limit=1
|
||||
#sysctl kernel.warn_limit=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue