mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 23:27:27 -05:00
Set sysctl kernel.panic=-1
This commit is contained in:
parent
f1de0da69b
commit
247015bcc6
3 changed files with 11 additions and 16 deletions
|
|
@ -21,6 +21,6 @@ sysctl kernel.oops_limit=1
|
|||
sysctl kernel.warn_limit=1
|
||||
|
||||
## Makes the system immediately reboot on the occurrence of a single
|
||||
## kernel panic. This is an extreme safety option which also creates
|
||||
## a large opening for targeted denial of service attacks.
|
||||
#sysctl kernel.panic=-1
|
||||
## kernel panic. This reduces the risk and impact of both denial of
|
||||
## service and cold boot attacks.
|
||||
sysctl kernel.panic=-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue