SV-239088r675072_rule
V-239088
SRG-OS-000058-GPOS-00028
PHTN-67-000016
CAT II
10
At the command line, execute the following command:
# chown root:root <audit log file>
Replace <audit log file> with the log files not owned by root.
At the command line, execute the following command:
# (audit_log_file=$(grep "^log_file" /etc/audit/auditd.conf|sed s/^[^\/]*//) && if [ -f "${audit_log_file}" ] ; then printf "Log(s) found in "${audit_log_file%/*}":\n"; stat -c "%n is owned by %U" ${audit_log_file%}*; else printf "audit log file(s) not found\n"; fi)
If any audit log file is not owned by root, this is a finding.
V-239088
False
PHTN-67-000016
At the command line, execute the following command:
# (audit_log_file=$(grep "^log_file" /etc/audit/auditd.conf|sed s/^[^\/]*//) && if [ -f "${audit_log_file}" ] ; then printf "Log(s) found in "${audit_log_file%/*}":\n"; stat -c "%n is owned by %U" ${audit_log_file%}*; else printf "audit log file(s) not found\n"; fi)
If any audit log file is not owned by root, this is a finding.
M
5323