SV-225148r610901_rule
V-225148
SRG-OS-000057-GPOS-00027
AOSX-15-001014
CAT II
10
For any log file that returns an incorrect group owner, run the following command:
/usr/bin/sudo chgrp wheel [audit log file]
[audit log file] is the full path to the log file in question.
To check the group ownership of the audit log files, run the following command:
/usr/bin/sudo ls -le $(/usr/bin/sudo /usr/bin/grep '^dir' /etc/security/audit_control | awk -F: '{print $2}') | /usr/bin/grep -v current
The results should show the group owner (fourth column) to be "wheel".
If they do not, this is a finding.
V-225148
False
AOSX-15-001014
To check the group ownership of the audit log files, run the following command:
/usr/bin/sudo ls -le $(/usr/bin/sudo /usr/bin/grep '^dir' /etc/security/audit_control | awk -F: '{print $2}') | /usr/bin/grep -v current
The results should show the group owner (fourth column) to be "wheel".
If they do not, this is a finding.
M
4212