UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-4365 GEN003420 SV-38434r1_rule ECLP-1 Medium
Description
If the owner of the at directory is not root, bin, or sys, unauthorized users could be allowed to view or edit files containing sensitive information within the directory.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2018-09-14

Details

Check Text ( C-36467r1_chk )
Check the ownership of the at directory:
# ls -lLd /var/spool/cron/atjobs /var/spool/atjobs /var/spool/at

If the directory exists and is not owned by root, sys, or bin, this is a finding.
Fix Text (F-31809r1_fix)
Change the owner of the existing at directory to root, bin, or sys.
# chown root

(Replace root with another system group and/or with a different at directory as necessary.)