Added new sysctl keys

This commit is contained in:
Tobias Schmidl 2019-02-15 11:52:11 +01:00
parent 3e67bffbce
commit 5169f40868

View file

@ -1,3 +1,9 @@
fs.protected_hardlinks = 1
fs.protected_symlinks = 1
kernel.dmesg_restrict = 0
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_tw_recycle = 1