UCF STIG Viewer Logo

The cron.deny file must be owned by root, bin, or sys.


Overview

Finding ID Version Rule ID IA Controls Severity
V-226858 GEN003260 SV-226858r603265_rule Medium
Description
Cron daemon control files restrict the scheduling of automated tasks and must be protected.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29020r484858_chk )
Check the ownership of the cron.deny file.

# ls -lL /etc/cron.d/cron.deny
If the cron.deny file is not owned by root, sys, or bin, this is a finding.
Fix Text (F-29008r484859_fix)
Change the ownership of the cron.deny file to root, sys, or bin.

# chown root /etc/cron.d/cron.deny