[Pommed-commits] r542 - trunk

jblache at alioth.debian.org jblache at alioth.debian.org
Sat Jan 3 18:14:41 UTC 2009


Author: jblache
Date: 2009-01-03 18:14:41 +0000 (Sat, 03 Jan 2009)
New Revision: 542

Modified:
   trunk/ChangeLog
   trunk/dbus-policy.conf
Log:
Fix DBus configuration for newer, stricter version of DBus; allow clients to send messages to org.pommed.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-01-03 18:07:38 UTC (rev 541)
+++ trunk/ChangeLog	2009-01-03 18:14:41 UTC (rev 542)
@@ -6,6 +6,8 @@
 	or battery level. Do not act if the backlight is off.
 	- pommed: do not reject the Apple Bluetooth keyboard because of
 	advertised EV_ABS events.
+	- pommed: fix DBus configuration snippet for newer, stricter
+	version of DBus (allow clients to send messages).
 
 version 1.24:
 	- pommed: add new path for fnmode setting for 2.6.28.

Modified: trunk/dbus-policy.conf
===================================================================
--- trunk/dbus-policy.conf	2009-01-03 18:07:38 UTC (rev 541)
+++ trunk/dbus-policy.conf	2009-01-03 18:14:41 UTC (rev 542)
@@ -12,4 +12,8 @@
     <allow own="org.pommed"/>
   </policy>
 
+  <policy context="default">
+    <allow send_destination="org.pommed"/>
+  </policy>
+
 </busconfig>




More information about the Pommed-commits mailing list