UCF STIG Viewer Logo

Cron and crontab directories must have mode 0755 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-979 GEN003100 SV-38546r1_rule ECLP-1 Medium
Description
To protect the integrity of scheduled system jobs and to prevent malicious modification to these jobs, crontab files must be secured.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-36452r1_chk )
Check the mode of the crontab directory.
# ls -lLd /var/spool/cron/crontabs

If the mode of the crontab directory is more permissive than 0755, this is a finding.
Fix Text (F-1133r2_fix)
Change the mode of crontab directories to 0755.