4.1.1.10 Ensure access on /var/adm/cron/at.allow is configured
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