The /audit directory holds the output produced from the audit subsystem. Rationale: The /audit directory stores the audit output files. This directory must have adequate access controls to prevent unauthorized access.
Solution
Ensure correct ownership and permissions are in place for /audit: chown root:audit /audit chmod u=rwx,g=rx,o= /audit chmod -R u=rw,g=r,o= /audit/* Default Value: N/A