The /var/adm/cron/cron.allow file contains a list of users who can schedule jobs via the cron command. Rationale: The /var/adm/cron/cron.allow file controls which users can schedule jobs via cron. Only the root user should have permissions to create, edit, or delete this file.
Solution
Apply the appropriate permissions to /var/adm/cron/cron.allow: chown root:sys /var/adm/cron/cron.allow chmod u=r,go= /var/adm/cron/cron.allow Default Value: N/A