SV-268432r1034236_rule
V-268432
SRG-OS-000057-GPOS-00027
APPL-15-000030
CAT II
10
Configure the macOS system without ACLs applied to log files with the following command:
/bin/chmod -RN /var/audit
Verify the macOS system is configured without ACLs applied to log files with the following command:
/bin/ls -le $(/usr/bin/grep '^dir' /etc/security/audit_control | /usr/bin/awk -F: '{print $2}') | /usr/bin/awk '{print $1}' | /usr/bin/grep -c ":"
If the result is not "0", this is a finding.
V-268432
False
APPL-15-000030
Verify the macOS system is configured without ACLs applied to log files with the following command:
/bin/ls -le $(/usr/bin/grep '^dir' /etc/security/audit_control | /usr/bin/awk -F: '{print $2}') | /usr/bin/awk '{print $1}' | /usr/bin/grep -c ":"
If the result is not "0", this is a finding.
M
5661