commit: 9e14807a1e8fda9bff75b262cde1a9d3b92ba381
Author: Sugar, David <dsugar <AT> tresys <DOT> com>
AuthorDate: Wed Mar 20 00:20:34 2019 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 10:05:25 2019 +0000
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9e14807a
Allow ntpd to update chronyd service
type=USER_AVC msg=audit(1553013917.361:9938): pid=1 uid=0 auid=4294967295
ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: denied { disable }
for auid=n/a uid=0 gid=0 path="/usr/lib/systemd/system/chronyd.service"
cmdline="/usr/lib/systemd/systemd-timedated"
scontext=system_u:system_r:ntpd_t:s0
tcontext=system_u:object_r:chronyd_unit_t:s0 tclass=service
exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?
type=USER_AVC msg=audit(1553013917.406:9943): pid=1 uid=0 auid=4294967295
ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: denied { stop } for
auid=n/a uid=0 gid=0 path="/usr/lib/systemd/system/chronyd.service"
cmdline="/usr/lib/systemd/systemd-timedated"
scontext=system_u:system_r:ntpd_t:s0
tcontext=system_u:object_r:chronyd_unit_t:s0 tclass=service
exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?'
type=USER_AVC msg=audit(1553021100.061:9970): pid=1 uid=0 auid=4294967295
ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: denied { enable }
for auid=n/a uid=0 gid=0 path="/usr/lib/systemd/system/chronyd.service"
cmdline="/usr/lib/systemd/systemd-timedated"
scontext=system_u:system_r:ntpd_t:s0
tcontext=system_u:object_r:chronyd_unit_t:s0 tclass=service
exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?'
type=USER_AVC msg=audit(1553021100.104:9973): pid=1 uid=0 auid=4294967295
ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: denied { start }
for auid=n/a uid=0 gid=0 path="/usr/lib/systemd/system/chronyd.service"
cmdline="/usr/lib/systemd/systemd-timedated"
scontext=system_u:system_r:ntpd_t:s0
tcontext=system_u:object_r:chronyd_unit_t:s0 tclass=service
exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?'
Signed-off-by: Dave Sugar <dsugar <AT> tresys.com>
Signed-off-by: Jason Zaman <jason <AT> perfinion.com>
policy/modules/services/ntp.te | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/policy/modules/services/ntp.te b/policy/modules/services/ntp.te
index f281090f..f2df01a5 100644
--- a/policy/modules/services/ntp.te
+++ b/policy/modules/services/ntp.te
@@ -155,6 +155,11 @@ ifdef(`init_systemd',`
# for /run/systemd/netif/links
systemd_list_networkd_runtime(ntpd_t)
+ optional_policy(`
+ chronyd_enabledisable(ntpd_t)
+ chronyd_startstop(ntpd_t)
+ ')
+
optional_policy(`
unconfined_dbus_send(ntpd_t)
')