首先查看一下服务的状态

/sbin/service crond status

如果可以找到
(root) Unauthorized SELinux context=unconfined_u:un……
FAILED (loading cron table)
这样的提示,则执行如下代码

chcon -R -u system_u -r object_r -t system_cron_spool_t /etc/crontab

然后重启crond服务

systemctl restart crond

如果可以顺利执行crontab -e 或-l,查看服务状态不再有failed 则已解决问题