All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH 1/5] Fix dbus_all_session_domain(), session_bus_type is an attribute
@ 2014-04-11 17:27 Laurent Bigonville
  2014-04-11 17:27 ` [refpolicy] [PATCH 2/5] Allow gconfd to be started by the session bus Laurent Bigonville
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Laurent Bigonville @ 2014-04-11 17:27 UTC (permalink / raw)
  To: refpolicy

From: Laurent Bigonville <bigon@bigon.be>

Fix dbus_all_session_domain(), session_bus_type is an attribute not a
type
---
 dbus.if | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dbus.if b/dbus.if
index 62d22cb..d3036c6 100644
--- a/dbus.if
+++ b/dbus.if
@@ -426,7 +426,7 @@ interface(`dbus_session_domain',`
 #
 interface(`dbus_all_session_domain',`
 	gen_require(`
-		type session_bus_type;
+		attribute session_bus_type;
 	')
 
 	domtrans_pattern(session_bus_type, $2, $1)
-- 
1.9.2

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-04-15 13:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11 17:27 [refpolicy] [PATCH 1/5] Fix dbus_all_session_domain(), session_bus_type is an attribute Laurent Bigonville
2014-04-11 17:27 ` [refpolicy] [PATCH 2/5] Allow gconfd to be started by the session bus Laurent Bigonville
2014-04-15 13:24   ` Christopher J. PeBenito
2014-04-11 17:27 ` [refpolicy] [PATCH 3/5] Fix the usage of dbus_spec_session_domain() interface Laurent Bigonville
2014-04-15 13:24   ` Christopher J. PeBenito
2014-04-11 17:27 ` [refpolicy] [PATCH 4/5] Properly label exim4 initscript under Debian Laurent Bigonville
2014-04-15 13:24   ` Christopher J. PeBenito
2014-04-11 17:27 ` [refpolicy] [PATCH 5/5] Add new gnome_spec_domtrans_all_gkeyringd() interface Laurent Bigonville
2014-04-15 13:25   ` Christopher J. PeBenito
2014-04-15 13:23 ` [refpolicy] [PATCH 1/5] Fix dbus_all_session_domain(), session_bus_type is an attribute Christopher J. PeBenito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.