UBUNTU24-CIS-Audit/section_6/cis_6.1.3.x/cis_6.1.3.1.yml

24 lines
409 B
YAML

---
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_6_1_3_1 }}
package:
rsyslog:
title: 6.1.3.1 | Ensure rsyslog is installed
installed: true
meta:
server: 1
workstation: 1
CIS_ID:
- 6.1.3.1
CISv8: 8.2
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5:
- AU-2
- AU-3
- AU-12
{{ end }}
{{ end }}