diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-11-27 19:10:26 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-11-28 12:57:33 +0100 |
| commit | 76b4dcc777ca842ee42225411c5c9d5ac3e91b8a (patch) | |
| tree | f6f3082afd9f1d054f6ab8026789cd66642fd4f1 /dashboard/config/linux/chromeos-5.4.sysctl | |
| parent | 9e17e0cd2c1c11023201de3c60257815d5775dc6 (diff) | |
dashboard/config/linux: add chromeos 5.4 configs
Diffstat (limited to 'dashboard/config/linux/chromeos-5.4.sysctl')
| -rw-r--r-- | dashboard/config/linux/chromeos-5.4.sysctl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dashboard/config/linux/chromeos-5.4.sysctl b/dashboard/config/linux/chromeos-5.4.sysctl new file mode 100644 index 000000000..f64c474ed --- /dev/null +++ b/dashboard/config/linux/chromeos-5.4.sysctl @@ -0,0 +1,24 @@ +fs.suid_dumpable = 2 +fs.protected_symlinks = 1 +fs.protected_hardlinks = 1 +vm.overcommit_memory = 1 +vm.laptop_mode = 0 +kernel.yama.ptrace_scope = 1 +kernel.perf_event_paranoid = 2 +net.ipv4.conf.default.rp_filter = 1 +net.ipv4.conf.all.rp_filter = 1 +net.ipv4.tcp_syncookies = 1 +net.ipv4.conf.all.accept_source_route = 0 +net.ipv4.conf.default.accept_source_route = 0 +net.ipv4.conf.all.accept_redirects = 0 +net.ipv4.conf.default.accept_redirects = 0 +net.ipv4.conf.all.secure_redirects = 1 +net.ipv4.conf.default.secure_redirects = 1 +net.ipv4.conf.all.send_redirects = 0 +net.ipv4.conf.default.send_redirects = 0 +net.ipv4.icmp_echo_ignore_broadcasts = 1 +net.ipv4.icmp_ignore_bogus_error_responses = 1 +net.ipv4.tcp_mtu_probing = 1 +net.ipv4.tcp_rfc1337 = 1 +net.ipv4.tcp_slow_start_after_idle = 0 +net.ipv4.tcp_fastopen = 1 |
