4.1.1.12 Ensure access on /var/adm/cron/log is configured
Information
The /var/adm/cron/log file contains a log of all cron jobs run on the system. The /var/adm/cron/log records all cron jobs run on the system. The file permissions must ensure that it is accessible only to its owner and group.
Solution
Specify exact permissions and user.group ids to /var/adm/cron/log : chmod ug=rw /var/adm/cron/log chown bin.cron /var/adm/cron/log