UBUNTU24-CIS-Audit/section_6/cis_6.1.2.x/cis_6.1.2.1.3.yml

27 lines
570 B
YAML

---
{{ if .Vars.ubtu24cis_level_1 }}
{{ if .Vars.ubtu24cis_rule_6_1_2_1_3 }}
{{ if not .Vars.ubtu24cis_is_syslog_server }}
service:
systemd-journal-upload.service:
title: 6.1.2.1.3 | Ensure systemd-journal-upload is enabled and active
name: systemd-journal-upload.service
running: true
enabled: true
meta:
server: 1
workstation: 1
CIS_ID:
- 6.1.2.1.3
CISv8: 8.2
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
NIST800-53R5:
- AU-2
- AU-12
{{ end }}
{{ end }}
{{ end }}