Fix another sysctl-setting due to new tests

This commit is contained in:
Sebastian Gumprich 2015-06-22 16:43:38 +00:00 committed by Christoph Hartmann
parent 8ba37823f9
commit f6cf4fcdf5

View file

@ -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.