SV-230777r599842_rule
V-230777
SRG-OS-000057-GPOS-00027
APPL-11-001015
CAT II
10
For any log folder that has an incorrect group, run the following command:
/usr/bin/sudo chgrp wheel [audit log folder]
To check the group ownership of the audit log folder, run the following command:
/usr/bin/sudo ls -lde $(/usr/bin/sudo /usr/bin/grep '^dir' /etc/security/audit_control | awk -F: '{print $2}')
The results should show the group (fourth column) to be "wheel".
If they do not, this is a finding.
V-230777
False
APPL-11-001015
To check the group ownership of the audit log folder, run the following command:
/usr/bin/sudo ls -lde $(/usr/bin/sudo /usr/bin/grep '^dir' /etc/security/audit_control | awk -F: '{print $2}')
The results should show the group (fourth column) to be "wheel".
If they do not, this is a finding.
M
5246