4.7.2.15 /var/adm/cron/log

Information

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

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

Default Value:

660

See Also

https://workbench.cisecurity.org/benchmarks/7851