Check: GEN003100
Solaris 10 X86 STIG:
GEN003100
(in versions v2 r4 through v1 r17)
Title
Cron and crontab directories must have mode 0755 or less permissive. (Cat II impact)
Discussion
To protect the integrity of scheduled system jobs and to prevent malicious modification to these jobs, crontab files must be secured.
Check Content
Check the mode of the crontab directory. # ls -ld /var/spool/cron/crontabs If the mode of the crontab directory is more permissive than 0755, this is a finding.
Fix Text
Change the mode of the crontab directory. # chmod 0755 /var/spool/cron/crontabs
Additional Identifiers
Rule ID: SV-227748r603266_rule
Vulnerability ID: V-227748
Group Title: SRG-OS-000480
Expert Comments
Expert comments are only available to logged-in users.
CCIs
CCIs tied to check.
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Controls tied to check. These are derived from the CCIs shown above.
Number | Title |
---|---|
CM-6 |
Configuration Settings |