UCF STIG Viewer Logo

The cron log files must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227754 GEN003190 SV-227754r603266_rule Medium
Description
Cron logs contain reports of scheduled system activities and must be protected from unauthorized access or manipulation.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29916r488846_chk )
Check the permissions of the file.
# ls -lL /var/cron/log
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-29904r488847_fix)
Remove the extended ACL from the file.
# chmod A- /var/cron/log