Unauthorized disclosure of audit records can reveal system and configuration data to attackers, thus compromising its confidentiality.
Audit information includes all information (e.g., audit records, audit settings, audit reports) needed to successfully audit operating system activity.
If the audit log is not owned by user "root", this is a finding.
Fix
Configure the audit log and audit log directory to be protected from unauthorized read access, by setting the correct owner as "root" with the following command:
$ sudo chown root [audit_log_file]
Replace "[audit_log_file]" to the correct audit log path, by default this location is "/var/log/audit/audit.log."
Configure the audit log to be owned by root by configuring the log group in the /etc/audit/auditd.conf file: