UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-22389 GEN003210 SV-26546r1_rule ECLP-1 Medium
Description
If file permissions for cron.deny are more permissive than 0700, sensitive information could be viewed or edited by unauthorized users.
STIG Date
SOLARIS 10 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2018-04-10

Details

Check Text ( C-27590r1_chk )
Check the permissions of the file.
# ls -lL /etc/cron.d/cron.deny
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-23790r1_fix)
Remove the extended ACL from the file.
# chmod A- /etc/cron.d/cron.deny