Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-227753 | GEN003180 | SV-227753r603266_rule | Medium |
Description |
---|
Cron logs contain reports of scheduled system activities and must be protected from unauthorized access or manipulation. |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2022-09-07 |
Check Text ( C-29915r488843_chk ) |
---|
Check the mode of the cron log file. # ls -lL /var/cron/log If the mode is more permissive than 0600, this is a finding. |
Fix Text (F-29903r488844_fix) |
---|
Change the mode of the cron log file. # chmod 0600 /var/cron/log |