The /var/adm/cron/log file contains a log of all cron jobs run on the system. Rationale: 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
Remove world read and write access to /var/adm/cron/log: chmod o-rw /var/adm/cron/log chown bin.cron /var/adm/cron/log Default Value: 660