UBUNTU24-CIS-Audit/section_4/cis_4.2/cis_4.2.2.yml

24 lines
434 B
YAML

---
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_4_2_2 }}
package:
iptables-persistent:
title: 4.2.2 | Ensure iptables-persistent is not installed with ufw
installed: false
meta:
server: 1
workstation: 1
CIS_ID:
- 4.2.2
CISv8:
- 4.4
- 4.5
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5:
- SC-7
{{ end }}
{{ end }}