aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl.conf.sparc
blob: 527c20c53dfc5329c6195d687b5a9a24df70ad87 (plain)
1
2
3
4
5
6
7
8
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Disables the magic-sysrq key
kernel.sysrq = 0
# Disables stop-a on the sparc
kernel.stop-a = 0