From 38f0ecb85b281ac4a05cf93c2b6e147fa26fca60 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 5 Dec 2019 06:16:38 +0100 Subject: [PATCH] sysctl: Added fs.inotify.max_user_instances, kernel.unprivileged_userns_clone --- .config/sysctl.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/sysctl.conf b/.config/sysctl.conf index 503927f..eafaa2c 100644 --- a/.config/sysctl.conf +++ b/.config/sysctl.conf @@ -1,10 +1,13 @@ +fs.inotify.max_user_instances = 1024 fs.protected_hardlinks = 1 fs.protected_symlinks = 1 + kernel.dmesg_restrict = 0 kernel.sysrq = 1 +kernel.unprivileged_userns_clone = 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_reuse = 1 -