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-227774 GEN003430 SV-227774r603266_rule 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 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29936r489676_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-29924r489677_fix)
Change the group ownership of the "at" directory to root, bin, or sys.

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