UCF STIG Viewer Logo

The cron.allow file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22384 GEN002990 SV-38357r1_rule ECLP-1 Medium
Description
A cron.allow file that is readable and/or writable by other than root could allow potential intruders and malicious users to use the file contents to help discern information, such as who is allowed to execute cron programs, which could be harmful to overall system and network security.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-36448r1_chk )
Check the permissions of the cron.allow file.
# ls -lL /etc/cron.allow

If the permissions include a "+", the file has an extended ACL, this is a finding.
Fix Text (F-31787r1_fix)
Remove the optional ACL from the file.
# chacl -z /etc/cron.allow