UCF STIG Viewer Logo

The cronlog file must have mode 0600 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-983 GEN003180 SV-27355r1_rule ECLP-1 ECTP-1 Medium
Description
Cron logs contain reports of scheduled system activities and must be protected from unauthorized access or manipulation.
STIG Date
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2018-09-18

Details

Check Text ( C-28498r1_chk )
Check the mode of the cron log file.
# ls -lL /var/adm/cron/log
If the mode is more permissive than 0600, this is a finding.
Fix Text (F-24600r1_fix)
Change the mode of the cron log file.
# chmod 0600 /var/adm/cron/log