summaryrefslogtreecommitdiff
path: root/testing/procps/sysctl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/procps/sysctl.conf')
-rw-r--r--testing/procps/sysctl.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/procps/sysctl.conf b/testing/procps/sysctl.conf
deleted file mode 100644
index e3ebc7bad..000000000
--- a/testing/procps/sysctl.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# Kernel sysctl configuration
-#
-
-# Disable packet forwarding
-net.ipv4.ip_forward=0
-
-# Disable the magic-sysrq key (console security issues)
-kernel.sysrq = 0
-
-# Enable TCP SYN Cookie Protection
-net.ipv4.tcp_syncookies = 1
-