Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-10-15 16:15:40 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-15 16:15:40 +0300
commitb6a9d294d87f1fcccb187172c5a658bf017c49b5 (patch)
treef125a795d5ca69b4d042dafef351fc9e86df3b05 /default.prf
parentf16315e0d3de7a7d9cd3573978c77bcd25e9d8bd (diff)
Added missing separator
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.prf b/default.prf
index 397f1bb5..ef497011 100644
--- a/default.prf
+++ b/default.prf
@@ -195,7 +195,7 @@ config-data=sysctl;net.inet.tcp.nolocaltimewait;1;1;Remove the TIME_WAIT state f
config-data=sysctl;net.inet.tcp.path_mtu_discovery;0;1;Disable MTU discovery as many hosts drop the ICMP type 3 packets;-;category:security;
config-data=sysctl;net.inet.icmp.bmcastecho;0;1;Ignore ICMP packets directed to broadcast address;-;category:security;
config-data=sysctl;net.inet.tcp.icmp_may_rst;0;1;ICMP may not send RST to avoid spoofed ICMP/UDP floods;-;category:security;
-config-data=sysctl;net.inet.icmp.drop_redirect;1;1Do not allow redirected ICMP packets;-;category:security;
+config-data=sysctl;net.inet.icmp.drop_redirect;1;1;Do not allow redirected ICMP packets;-;category:security;
config-data=sysctl;net.inet.icmp.rediraccept;0;1;Disable incoming ICMP redirect routing redirects;-;category:security;
config-data=sysctl;net.inet.icmp.timestamp;0;1;Disable timestamps;-;category:security;
config-data=sysctl;net.inet.ip.accept_sourceroute;0;1;Disable IP source routing;-;category:security;