25 lines
452 B
YAML
25 lines
452 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_1 }}
|
|
{{ if .Vars.ubtu24cis_rule_6_2_1_1 }}
|
|
service:
|
|
systemd-journald:
|
|
title: 6.2.1.1 | Ensure journald service is enabled and active
|
|
running: true
|
|
enabled: true
|
|
meta:
|
|
server: 1
|
|
workstation: 1
|
|
CIS_ID:
|
|
- 6.2.1.1
|
|
CISv8: 8.2
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- AU-2
|
|
- AU-7
|
|
- AU-12
|
|
{{ end }}
|
|
{{ end }}
|