Allow ntpd_t to read init state
With systemd-timesyncd, the following AVC denials are generated: type=AVC msg=audit(01/11/18 15:44:39.564:48) : avc: denied { open } for pid=397 comm=systemd-timesyn path=/proc/1/sched dev="proc" ino=1128 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=file permissive=1 type=AVC msg=audit(01/11/18 15:44:39.564:48) : avc: denied { read } for pid=397 comm=systemd-timesyn name=sched dev="proc" ino=1128 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=file permissive=1 type=AVC msg=audit(01/11/18 15:44:39.564:49) : avc: denied { getattr } for pid=397 comm=systemd-timesyn path=/proc/1/sched dev="proc" ino=1128 scontext=system_u:system_r:ntpd_t:s0 tcontext=system_u:system_r:init_t:s0 tclass=file permissive=1
This commit is contained in:
parent
6060f35f03
commit
df58008c2b
|
@ -143,6 +143,7 @@ ifdef(`init_systemd',`
|
|||
init_dbus_chat(ntpd_t)
|
||||
init_get_system_status(ntpd_t)
|
||||
allow ntpd_t self:capability { fowner setpcap };
|
||||
init_read_state(ntpd_t)
|
||||
init_reload(ntpd_t)
|
||||
|
||||
# for /var/lib/systemd/clock
|
||||
|
|
Loading…
Reference in New Issue