UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-227764 GEN003270 SV-227764r603266_rule Medium
Description
Cron daemon control files restrict the scheduling of automated tasks and must be protected. Unauthorized modification of the cron.deny file could result in Denial of Service to authorized cron users or could provide unauthorized users with the ability to run cron jobs.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29926r488876_chk )
Check the group ownership of the file.

Procedure:
# ls -lL /etc/cron.d/cron.deny

If the file is not group-owned by root, bin, or sys, this is a finding.
Fix Text (F-29914r488877_fix)
Change the group ownership of the file to root, sys, or bin.

Procedure:
# chgrp root /etc/cron.d/cron.deny