Description of problem: SELinux is triggered and a custom policy needs to be created to solve the problem: require { type systemd_gpt_generator_t; class capability sys_admin; } #============= systemd_gpt_generator_t ============== allow systemd_gpt_generator_t self:capability sys_admin; How reproducible: 1. Open Gnome Settings 2. Choose Date & Time 3. Switch Automatic Date & Time ON and OFF Actual results: Time and Date is off Expected results: Time and Date to be in synced with online server
I think this is a known bug (I don't have the link on my hand), but it should be fixed soon in selinux-policy.
*** This bug has been marked as a duplicate of bug 2083900 ***