aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl.conf
blob: 73d2bc678671c676ec7ca8c1868794bb763a9069 (plain)
1
2
3
4
5
6
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
net.ipv4.conf.default.rp_filter = 1
# Disables the magic-sysrq key
kernel.sysrq = 0