Description of problem: While trying to set RTC local flag I've got AVC denial. Looks like it doesn't allow to create a temporary file in /etc. timedatectl changes /etc/adjtime to store RTC local flag there. Apparently it creates a temporary file there. Version-Release number of selected component (if applicable): selinux-policy-targeted-3.11.1-66.fc18.noarch How reproducible: Always Steps to Reproduce: 1. timedatectl set-local-rtc [0|1] Actual results: type=AVC msg=audit(1358231397.603:79): avc: denied { create } for pid=1413 comm="systemd-timedat" name=".adjtimedVsHEL" scontext=system_u:system_r:gnomeclock_t:s0 tcontext=system_u:object_r:etc_t:s0 tclass=file Expected results: It should work Additional info:
*** This bug has been marked as a duplicate of bug 881577 ***