UCF STIG Viewer Logo

The "at" directory must have mode 0755 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227771 GEN003400 SV-227771r854492_rule Medium
Description
If the "at" directory has a mode more permissive than 0755, unauthorized users could be allowed to view or to edit files containing sensitive information within the "at" directory. Unauthorized modifications could result in Denial of Service to authorized "at" jobs.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-29933r489667_chk )
Check the mode of the "at" directory.

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

If the directory mode is more permissive than 0755, this is a finding.
Fix Text (F-29921r489668_fix)
Change the mode of the "at" directory to 0755.

Procedure:
# chmod 0755 < at directory >