bugfix: allow all DBus properties to be read with the new DBus

This commit is contained in:
Richard Hughes 2009-04-01 09:16:14 +01:00
parent 90bc938bc4
commit 11d8be8c12

View file

@ -9,10 +9,21 @@
<allow own="org.freedesktop.DeviceKit.Power"/>
</policy>
<policy context="default">
<allow send_destination="org.freedesktop.DeviceKit.Power"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.freedesktop.DeviceKit.Power"
send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="org.freedesktop.DeviceKit.Power.Device"
send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="org.freedesktop.DeviceKit.Power.QoS"
send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="org.freedesktop.DeviceKit.Power.Wakeups"
send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="org.freedesktop.DeviceKit.Power"
send_interface="org.freedesktop.DeviceKit.Power"/>
<allow send_destination="org.freedesktop.DeviceKit.Power"
send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="org.freedesktop.DeviceKit.Power"
send_interface="org.freedesktop.DeviceKit.Power.Device"/>
<allow send_destination="org.freedesktop.DeviceKit.Power"