26 lines
565 B
YAML
26 lines
565 B
YAML
---
|
|
|
|
{{ if .Vars.ubtu24cis_level_2 }}
|
|
{{ if .Vars.ubtu24cis_rule_6_2_4_10 }}
|
|
command:
|
|
audit_tools_group:
|
|
title: 6.2.4.10 | Ensure audit tools group owner is configured
|
|
exec: stat -c "%n_%G" /sbin/auditctl /sbin/aureport /sbin/ausearch /sbin/autrace /sbin/auditd /sbin/augenrules
|
|
exit-status: 0
|
|
stdout:
|
|
- '/.*_root$/'
|
|
meta:
|
|
server: 2
|
|
workstation: 2
|
|
CIS_ID:
|
|
- 6.2.4.10
|
|
CISv8:
|
|
- 3.3
|
|
CISv8_IG1: true
|
|
CISv8_IG2: true
|
|
CISv8_IG3: true
|
|
NIST800-53R5:
|
|
- AU-3
|
|
{{ end }}
|
|
{{ end }}
|