UBUNTU24-CIS-Audit/section_6/cis_6.2.1/cis_6.2.1.2.yml

26 lines
448 B
YAML

---
{{ if .Vars.ubtu24cis_level_2 }}
{{ if .Vars.ubtu24cis_rule_6_2_1_2 }}
service:
auditd:
title: 6.2.1.2 | Ensure auditd service is enabled and active
enabled: true
running: true
meta:
server: 2
workstation: 2
CIS_ID:
- 6.2.1.2
CISv8:
- 8.2
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5:
- AU-2
- AU-12
- SI-5
{{ end }}
{{ end }}