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
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