Description of problem: SELinux prevents cron from running after reboot Version-Release number of selected component (if applicable): selinux-policy-3.13.1-158.fc23.noarch How reproducible: Always Steps to Reproduce: 1. Write a file with the following contents "@reboot echo "disable" > /sys/firmware/acpi/interrupts/gpe06" under "-rw-------. 1 root root 61 Sep 13 15:21 /var/spool/cron/root" 2. Reboot the machine 3. do # tail /var/log/cron Actual results: Jan 15 22:49:19 aanm-MBP crond[1591]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 38% if used.) Jan 15 22:49:19 aanm-MBP crond[1591]: (root) Unauthorized SELinux context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 file_context=unconfined_u:object_r:user_cron_spool_t:s0 (/var/spool/cron/root) Jan 15 22:49:19 aanm-MBP crond[1591]: (root) FAILED (loading cron table) Jan 15 22:49:19 aanm-MBP crond[1591]: (CRON) INFO (running with inotify support) Expected results: Non failures
Might be the same as https://bugzilla.redhat.com/show_bug.cgi?id=1298192
*** This bug has been marked as a duplicate of bug 1298192 ***