Added new sysctl keys
This commit is contained in:
parent
3e67bffbce
commit
5169f40868
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
fs.protected_hardlinks = 1
|
||||||
|
fs.protected_symlinks = 1
|
||||||
kernel.dmesg_restrict = 0
|
kernel.dmesg_restrict = 0
|
||||||
kernel.sysrq = 1
|
kernel.sysrq = 1
|
||||||
|
net.ipv4.tcp_fin_timeout = 15
|
||||||
|
net.ipv4.tcp_keepalive_intvl = 15
|
||||||
|
net.ipv4.tcp_keepalive_probes = 3
|
||||||
net.ipv4.tcp_syncookies = 1
|
net.ipv4.tcp_syncookies = 1
|
||||||
|
net.ipv4.tcp_tw_recycle = 1
|
||||||
|
|
Loading…
Reference in a new issue