UCF STIG Viewer Logo

The "at" directory must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227772 GEN003410 SV-227772r603266_rule Medium
Description
If the "at" directory has an extended ACL, unauthorized users could be allowed to view or to edit files containing sensitive information within the "at" directory. Unauthorized modifications could result in Denial of Service to authorized "at" jobs.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29934r489670_chk )
Check the permissions of the directory.
# ls -lLd /var/spool/cron/atjobs
If the permissions include a "+", the directory has an extended ACL and this is a finding.
Fix Text (F-29922r489671_fix)
Remove the extended ACL from the file.
# chmod A- /var/spool/cron/atjobs