UCF STIG Viewer Logo

The at.deny file must be owned by root, bin, or sys.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227778 GEN003480 SV-227778r603266_rule 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 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29940r489688_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-29928r489689_fix)
Change the owner of the at.deny file.
# chown root /etc/cron.d/at.deny