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>2018-01-11 12:19:16 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-01-11 12:19:16 +0300
commit1504370e416240d486e7aa1f88fbd7277c97e77d (patch)
treead37fdb3ad14da1a42c4f17ea086c8b18ef4b787 /default.prf
parent66f8cb2441411c27b4d0ad3c0554b55af3c29178 (diff)
Added solution, extended timestamps key values, allow multiple values
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 5ebe68cb..93b54928 100644
--- a/default.prf
+++ b/default.prf
@@ -253,7 +253,7 @@ config-data=sysctl;net.ipv4.icmp_echo_ignore_broadcasts;1;1;Ignore ICMP packets
config-data=sysctl;net.ipv4.icmp_ignore_bogus_error_responses;1;1;Ignore-;category:security;
#config-data=sysctl;net.ipv4.ip_forward;0;1;Do not forward traffic;-;category:security;
config-data=sysctl;net.ipv4.tcp_syncookies;1;1;Use SYN cookies to prevent SYN attack;-;category:security;
-config-data=sysctl;net.ipv4.tcp_timestamps;0;1;Do not use TCP time stamps;-;category:security;
+config-data=sysctl;net.ipv4.tcp_timestamps;0|1;1;Disable TCP time stamps or enable them with different offsets;-;category:security;
config-data=sysctl;net.ipv6.conf.all.send_redirects;0;1;Disable/ignore ICMP routing redirects;-;category:security;
config-data=sysctl;net.ipv6.conf.all.accept_redirects;0;1;Disable/Ignore ICMP routing redirects;-;category:security;
config-data=sysctl;net.ipv6.conf.all.accept_source_route;0;1;Disable IP source routing;-;category:security;