Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-227773 | GEN003420 | SV-227773r603266_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 X86 Security Technical Implementation Guide | 2022-09-07 |
Check Text ( C-29935r489673_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-29923r489674_fix) |
---|
Change the owner of the "at" directory to root, bin, or sys. Procedure: # chown root /var/spool/cron/atjobs |