UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-22394 GEN003270 SV-34993r1_rule ECLP-1 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
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-36478r1_chk )
Determine the cron.deny file's group owner.
# ls -lL /var/adm/cron/cron.deny

If the file is not group-owned by root, bin sys or other, this is a finding.
Fix Text (F-31821r1_fix)
Change the group-owner of the cron.deny file.

# chgrp root /var/adm/cron/cron.deny