UCF STIG Viewer Logo

Crontab files must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226621 GEN003090 SV-226621r603265_rule Medium
Description
To protect the integrity of scheduled system jobs and to prevent malicious modification to these jobs, crontab files must be secured. ACLs on crontab files may provide unauthorized access to the files.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-28782r483275_chk )
Check the permissions of the crontab files.
# ls -lL /var/spool/cron/crontabs/

If the permissions include a "+", the file has an extended ACL and this is a finding.

Fix Text (F-28770r483276_fix)
Remove the extended ACL from the file.
# chmod A- [crontab file]