mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Fix another sysctl-setting due to new tests
This commit is contained in:
parent
8ba37823f9
commit
f6cf4fcdf5
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ sysctl_config:
|
|||
# Accepting source route can lead to malicious networking behavior,
|
||||
# so disable it if not needed.
|
||||
net.ipv4.conf.all.accept_source_route: 0
|
||||
net.ipv4.conf.default.accept_source_route: 0
|
||||
|
||||
# Accepting redirects can lead to malicious networking behavior, so disable
|
||||
# it if not needed.
|
||||
|
|
Loading…
Reference in a new issue