From d12a0c4b930ce9d7259b43168222f4f7a1d8090f Mon Sep 17 00:00:00 2001 From: Johannes Segitz Date: Wed, 11 Jan 2023 15:49:37 +0100 Subject: [PATCH] Allow spc_t to use timedatectl Signed-off-by: Johannes Segitz --- container.te | 1 + 1 file changed, 1 insertion(+) diff --git a/container.te b/container.te index 56de216..74f68d3 100644 --- a/container.te +++ b/container.te @@ -777,6 +777,7 @@ init_dbus_chat(spc_t) optional_policy(` systemd_dbus_chat_machined(spc_t) systemd_dbus_chat_logind(spc_t) + systemd_dbus_chat_timedated(spc_t) ') domain_transition_all(spc_t)