Initial commit.
This commit is contained in:
commit
3d665e5e11
72 changed files with 3200 additions and 0 deletions
15
base-files/sysctl.d/kernel.conf
Normal file
15
base-files/sysctl.d/kernel.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Append the PID to a 'core' dump's filename.
|
||||
kernel.core_uses_pid = 1
|
||||
|
||||
# The contents of /proc/<pid>/{maps,smaps} should only visible to processes
|
||||
# that are allowed to ptrace() the process.
|
||||
kernel.maps_protect = 1
|
||||
|
||||
# Reboot after 10 seconds when the kernel panics.
|
||||
kernel.panic = 10
|
||||
|
||||
# Allow more PIDs (2^17).
|
||||
kernel.pid_max = 131072
|
||||
|
||||
# Disable 'magic' SysRq functionallity.
|
||||
kernel.sysrq = 0
|
Loading…
Add table
Add a link
Reference in a new issue