[systemd-commits] src/machine

Lennart Poettering lennart at kemper.freedesktop.org
Sun May 18 08:48:01 PDT 2014


 src/machine/org.freedesktop.machine1.conf |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit d3152a09ac5804ec8603daee12f98cf03523cce0
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon May 19 00:47:26 2014 +0900

    machined: make sure GetMachineAddresses() is available for unprivileged processes

diff --git a/src/machine/org.freedesktop.machine1.conf b/src/machine/org.freedesktop.machine1.conf
index 970ccd8..ab349a5 100644
--- a/src/machine/org.freedesktop.machine1.conf
+++ b/src/machine/org.freedesktop.machine1.conf
@@ -42,12 +42,20 @@
 
                 <allow send_destination="org.freedesktop.machine1"
                        send_interface="org.freedesktop.machine1.Manager"
+                       send_member="GetMachineAddresses"/>
+
+                <allow send_destination="org.freedesktop.machine1"
+                       send_interface="org.freedesktop.machine1.Manager"
                        send_member="GetMachine"/>
 
                 <allow send_destination="org.freedesktop.machine1"
                        send_interface="org.freedesktop.machine1.Manager"
                        send_member="GetMachineByPID"/>
 
+                <allow send_destination="org.freedesktop.machine1"
+                       send_interface="org.freedesktop.machine1.Machine"
+                       send_member="GetAddresses"/>
+
                 <allow receive_sender="org.freedesktop.machine1"/>
         </policy>
 



More information about the systemd-commits mailing list