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-226868 GEN003420 SV-226868r603265_rule 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 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29030r484888_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-29018r484889_fix)
Change the owner of the "at" directory to root, bin, or sys.

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