UCF STIG Viewer Logo

The at.allow file must have mode 0600 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-987 GEN003340 SV-27389r1_rule ECLP-1 Medium
Description
Permissions more permissive than 0600 (read, write and execute for the owner) may allow unauthorized or malicious access to the at.allow and/or at.deny files.
STIG Date
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2018-09-18

Details

Check Text ( C-28548r1_chk )
Check the mode of the at.allow file.
# ls -lL /var/adm/cron/at.allow
If the at.allow file has a mode more permissive than 0600, this is a finding.
Fix Text (F-24633r1_fix)
Change the mode of the at.allow file.
# chmod 0600 /var/adm/cron/at.allow