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-226869 GEN003430 SV-226869r603265_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 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29031r484891_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-29019r484892_fix)
Change the group ownership of the "at" directory to root, bin, or sys.

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