dbus: allow all clients access to org.freedesktop.DBus.Peer

This commit is contained in:
Lennart Poettering 2011-02-09 15:21:20 +01:00
parent 70e911eaeb
commit abc00c62f9

View file

@ -31,6 +31,9 @@
<allow send_destination="org.freedesktop.systemd1"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.freedesktop.systemd1"
send_interface="org.freedesktop.DBus.Peer"/>
<allow send_destination="org.freedesktop.systemd1"
send_interface="org.freedesktop.DBus.Properties"
send_member="Get"/>