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 at.deny file must be owned by root, bin, or sys.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4368 GEN003480 SV-27396r1_rule ECLP-1 Medium
Description
If the owner of the at.deny file is not set to root, bin, or sys, unauthorized users could be allowed to view or edit sensitive information contained within the file.
STIG Date
SOLARIS 9 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-03-25

Details

Check Text ( C-28559r1_chk )
# ls -lL /etc/cron.d/at.deny
If the at.deny file is not owned by root, sys, or bin, this is a finding.
Fix Text (F-24644r1_fix)
Change the owner of the at.deny file.
# chown root /etc/cron.d/at.deny