aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl.conf
blob: b6ce4d8e972fffb70af07504efa16c06cbf82dd1 (plain)
1
2
3
4
5
6
# 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