mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-23 20:20:37 -04:00
7 lines
201 B
Bash
Executable file
7 lines
201 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## Copyright (C) 2012 - 2018 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
# Makes the kernel panic on oopses.
|
|
sysctl kernel.panic_on_oops=1
|