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-39886r1_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
SOLARIS 9 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-39270r1_chk )
Check the ownership of the "at" directory.

Procedure:
# ls -ld /var/spool/cron/atjobs

If the directory is not owned by root, sys, or bin, this is a finding.
Fix Text (F-34045r1_fix)
Change the owner of the "at" directory to root, bin, or sys.

Procedure:
# chown root /var/spool/cron/atjobs