Cybersecurity-Projects/PROJECTS/beginner/linux-cis-hardening-auditor/testdata/fixtures_fail/etc/sysctl.conf

9 lines
228 B
Plaintext

# ©AngelaMos | 2026
# sysctl.conf
net.ipv4.ip_forward = 1
net.ipv4.conf.all.send_redirects = 1
net.ipv4.conf.all.accept_redirects = 1
net.ipv4.conf.all.log_martians = 0
net.ipv4.tcp_syncookies = 0
kernel.randomize_va_space = 0