UCF STIG Viewer Logo

System audit logs must have mode 0640 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226592 GEN002700 SV-226592r603265_rule Medium
Description
If a user can write to the audit logs, audit trails can be modified or destroyed and system intrusion may not be detected. System audit logs are those files generated from the audit system and do not include activity, error, or other log files created by application software.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-28753r483188_chk )
Perform the following to determine the location of audit logs and then check the mode of the files.
# more /etc/security/audit_control
# ls -lLa
If the audit log directory has a mode more permissive than 0750 or any audit log file has a mode more permissive than 0640, this is a finding.
Fix Text (F-28741r483189_fix)
Change the mode of the audit log directories/files.
# chmod 0750
# chmod 0640