[selinux-policy: 2235/3172] reorganize dbus.fc.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:18:23 UTC 2010


commit 048427703847ab140999a3392329c90f0519e3da
Author: Chris PeBenito <pebenito at gentoo.org>
Date:   Tue Aug 18 13:37:46 2009 -0400

    reorganize dbus.fc.

 policy/modules/services/dbus.fc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/policy/modules/services/dbus.fc b/policy/modules/services/dbus.fc
index 31b7e06..81eba14 100644
--- a/policy/modules/services/dbus.fc
+++ b/policy/modules/services/dbus.fc
@@ -1,11 +1,11 @@
 /etc/dbus-1(/.*)?		gen_context(system_u:object_r:dbusd_etc_t,s0)
 
-# Sorting does not work correctly if I combine these next two roles
-/usr/bin/dbus-daemon(-1)? --	gen_context(system_u:object_r:dbusd_exec_t,s0)
 /bin/dbus-daemon 	--	gen_context(system_u:object_r:dbusd_exec_t,s0)
 
 /lib/dbus-1/dbus-daemon-launch-helper -- gen_context(system_u:object_r:dbusd_exec_t,s0)
 /lib64/dbus-1/dbus-daemon-launch-helper -- gen_context(system_u:object_r:dbusd_exec_t,s0)
+
+/usr/bin/dbus-daemon(-1)? --	gen_context(system_u:object_r:dbusd_exec_t,s0)
 /usr/libexec/dbus-daemon-launch-helper -- gen_context(system_u:object_r:dbusd_exec_t,s0)
 
 /var/lib/dbus(/.*)?		gen_context(system_u:object_r:system_dbusd_var_lib_t,s0)


More information about the scm-commits mailing list