diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-19 20:07:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-19 20:07:23 +0100 |
commit | c2ce6a3d82b717c4c1e6245ad8c6ce1173f502d0 (patch) | |
tree | c76b52cfb0c996f8175c447f06ff5c44963eb708 /src/machine/org.freedesktop.machine1.conf | |
parent | 821d4b6e068b2afaad94d43db22171c34a30400e (diff) |
machined: add new GetImage() bus call for retrieving the bus path for an image
Diffstat (limited to 'src/machine/org.freedesktop.machine1.conf')
-rw-r--r-- | src/machine/org.freedesktop.machine1.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/machine/org.freedesktop.machine1.conf b/src/machine/org.freedesktop.machine1.conf index 3745c527ff..bd8fbeff4f 100644 --- a/src/machine/org.freedesktop.machine1.conf +++ b/src/machine/org.freedesktop.machine1.conf @@ -54,6 +54,10 @@ <allow send_destination="org.freedesktop.machine1" send_interface="org.freedesktop.machine1.Manager" + send_member="GetImage"/> + + <allow send_destination="org.freedesktop.machine1" + send_interface="org.freedesktop.machine1.Manager" send_member="GetMachineAddresses"/> <allow send_destination="org.freedesktop.machine1" |