UCF STIG Viewer Logo

The at directory must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22395 GEN003410 SV-38364r1_rule ECLP-1 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
HP-UX 11.23 Security Technical Implementation Guide 2015-12-02

Details

Check Text ( C-36479r1_chk )
Check the permissions of the directory.
# ls -lLd /var/spool/cron/atjobs

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