Rule ID
SV-45272r1_rule
Version
V1R12
CCIs
To prevent unauthorized access or manipulation of system audit logs, the tools for manipulating those logs must be protected.
Verify the audit tool executables are owned by root. # ls -l /sbin/auditctl /sbin/auditd /sbin/ausearch /sbin/aureport /sbin/autrace /sbin/audispd If any listed file is not owned by root, this is a finding.
Change the owner of the audit tool executable to root. # chown root [audit tool executable]