UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-22396 GEN003430 SV-40414r1_rule ECLP-1 Medium
Description
If the "at" directory's group owner 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 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

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

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

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

Procedure:
# chgrp sys /var/spool/cron/atjobs