diff options
-rw-r--r-- | sysctl.conf | 1 | ||||
-rw-r--r-- | sysctl.conf.sparc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysctl.conf b/sysctl.conf index 59a86d44..cde37117 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -6,3 +6,4 @@ net.ipv4.conf.all.rp_filter = 1 net.ipv4.ip_always_defrag = 0 # Disables the magic-sysrq key kernel.sysrq = 0 + diff --git a/sysctl.conf.sparc b/sysctl.conf.sparc index c01a8d06..7e7de89a 100644 --- a/sysctl.conf.sparc +++ b/sysctl.conf.sparc @@ -8,3 +8,4 @@ net.ipv4.ip_always_defrag = 0 kernel.sysrq = 0 # Disables stop-a on the sparc kernel.stop-a = 0 + |