cronie fails to load cron table in Image mode due to wrong selinux context when the crontab is newly created in /var/spool/cron/<user> (either when using `crontab -e` or creating the file directly).
crond[1156]: (root) Unauthorized SELinux context=unconfined_u:unconfined_r:unconfined_> crond[1156]: (root) FAILED (loading cron table)
Cron jobs in /etc/cron.* work as expected.
The issue is fixed by running `restorecon -Rv /var/spool/cron`.