From 423a4a3a2c80d225079bab1dde135cf79d2ae925 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Tue, 28 Jul 2009 11:05:19 -0400 Subject: [PATCH] fix dbus type transition conflict. switch dbus ranged calls from daemon domain to system domain. This works around a type transition conflict. It is also why the non-ranged init_system_domain() is used instead of init_daemon_domain(). --- policy/modules/services/dbus.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/services/dbus.te b/policy/modules/services/dbus.te index d67a6e19..ef89b242 100644 --- a/policy/modules/services/dbus.te +++ b/policy/modules/services/dbus.te @@ -39,11 +39,11 @@ type system_dbusd_var_run_t; files_pid_file(system_dbusd_var_run_t) ifdef(`enable_mcs',` - init_ranged_daemon_domain(system_dbusd_t, dbusd_exec_t, s0 - mcs_systemhigh) + init_ranged_system_domain(system_dbusd_t, dbusd_exec_t, s0 - mcs_systemhigh) ') ifdef(`enable_mls',` - init_ranged_daemon_domain(system_dbusd_t, dbusd_exec_t, s0 - mls_systemhigh) + init_ranged_system_domain(system_dbusd_t, dbusd_exec_t, s0 - mls_systemhigh) ') ##############################