2019-12-05 06:16:38 +01:00
|
|
|
fs.inotify.max_user_instances = 1024
|
2020-02-17 18:54:01 +01:00
|
|
|
fs.inotify.max_user_watches = 16384
|
2019-02-15 11:52:11 +01:00
|
|
|
fs.protected_hardlinks = 1
|
|
|
|
fs.protected_symlinks = 1
|
2019-12-05 06:16:38 +01:00
|
|
|
|
2019-02-13 08:44:52 +01:00
|
|
|
kernel.dmesg_restrict = 0
|
|
|
|
kernel.sysrq = 1
|
2019-12-05 06:16:38 +01:00
|
|
|
kernel.unprivileged_userns_clone = 1
|
|
|
|
|
2019-02-15 11:52:11 +01:00
|
|
|
net.ipv4.tcp_fin_timeout = 15
|
|
|
|
net.ipv4.tcp_keepalive_intvl = 15
|
|
|
|
net.ipv4.tcp_keepalive_probes = 3
|
2019-02-13 08:44:52 +01:00
|
|
|
net.ipv4.tcp_syncookies = 1
|
2019-02-15 11:57:49 +01:00
|
|
|
net.ipv4.tcp_tw_reuse = 1
|
2020-04-09 07:30:23 +02:00
|
|
|
|
|
|
|
# vim: set ft=cfg:
|