Elaborate

This commit is contained in:
madaidan 2019-10-16 19:04:15 +00:00 committed by GitHub
parent 4f5b7816ec
commit ffba0e0179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,7 @@ if [ -f /usr/lib/helper-scripts/pre.bsh ]; then
source /usr/lib/helper-scripts/pre.bsh
fi
# Makes the kernel panic on oopses.
## 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