mirror of
https://github.com/ansible-lockdown/RHEL9-CIS-Audit.git
synced 2026-06-02 02:51:02 +00:00
3fa52f7dd5
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
53 lines
1.1 KiB
YAML
53 lines
1.1 KiB
YAML
{{ if .Vars.rhel9cis_rule_3_3_2 }}
|
|
kernel-param:
|
|
net.ipv4.conf.all.accept_redirects:
|
|
title: 3.3.2 | Ensure ICMP redirects are not accepted
|
|
value: '0'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 3.2.1
|
|
CISv8: 4.1
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
net.ipv4.conf.default.accept_redirects:
|
|
title: 3.3.2 | Ensure ICMP redirects are not accepted
|
|
value: '0'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 3.2.1
|
|
CISv8: 4.1
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
net.ipv6.conf.all.accept_redirects:
|
|
title: 3.3.2 | Ensure ICMP redirects are not accepted
|
|
value: '0'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 3.3.2
|
|
CISv8: 4.1
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
net.ipv6.conf.default.accept_redirects:
|
|
title: 3.3.2 | Ensure ICMP redirects are not accepted
|
|
value: '0'
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 3.3.2
|
|
CISv8: 4.1
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
{{ end }}
|
|
|