From fcb1c66fbeca208e3ee0a2e2a73307f835f18f74 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Tue, 9 Jan 2024 19:12:50 +0100 Subject: systemd: reorder optional block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Göttsche Signed-off-by: Kenton Groombridge --- policy/modules/system/systemd.te | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'policy') diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 6f05b2690..aa7f1f584 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -1122,6 +1122,10 @@ optional_policy(` dbus_connect_system_bus(systemd_machined_t) dbus_system_bus_client(systemd_machined_t) + + optional_policy(` + unconfined_dbus_send(systemd_machined_t) + ') ') ######################################## @@ -1402,10 +1406,6 @@ optional_policy(` dbus_system_bus_client(systemd_nspawn_t) systemd_dbus_chat_machined(systemd_nspawn_t) - - optional_policy(` - unconfined_dbus_send(systemd_machined_t) - ') ') optional_policy(` -- cgit v1.2.3-65-gdbad