This error (in blue italics) was noted in the cron log file after bringing the system up.  Was unable to locate information in the manual pages or in bugzilla that discussed this error or "getfilecon", though I suspect this is SELinux specific.  Don't know if this represents a bug or something less sinister, so brought it to this list for insight.

Contents of cron log file

Apr 12 21:08:40 acs crond[1673]: (CRON) STARTUP (fork ok)
Apr 12 21:08:40 acs crond[1674]: (system_u) getfilecon FAILED (/etc/crontab)
Apr 12 21:08:45 acs anacron[1723]: Anacron 2.3 started on 2004-04-12
Apr 12 21:08:45 acs anacron[1723]: Will run job `cron.daily' in 65 min.
Apr 12 21:08:45 acs anacron[1723]: Will run job `cron.weekly' in 70 min.
Apr 12 21:08:45 acs anacron[1723]: Jobs will be executed sequentially

Contents of /etc/crontab

[root@acs etc]# more crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
[root@acs etc]#