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

25 lines
442 B
YAML

---
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_6_1_3_2 }}
service:
rsyslog:
title: 6.1.3.2 | Ensure rsyslog service is enabled and active
running: true
enabled: true
meta:
server: 1
workstation: 1
CIS_ID:
- 6.1.3.2
CISv8: 8.2
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5:
- AU-2
- AU-3
- AU-12
{{ end }}
{{ end }}