4.1.1.10 Ensure access on /var/adm/cron/at.allow 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/at.allow file contains a list of users who can schedule jobs via the at command.

The /var/adm/cron/at.allow file controls which users can schedule jobs via the at command. Only the root user should have permissions to create, edit, or delete this file.

Solution

Apply the appropriate permissions to /var/adm/cron/at.allow :

chown root:sys /var/adm/cron/at.allow
chmod u=r,go= /var/adm/cron/at.allow

See Also

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