4.1.1.12 Ensure access on /var/adm/cron/log is configured

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

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

See Also

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