machined: make sure CleanPool() method is opened up in the dbus policy

The method is already hooked up to PolicyKit, hence let's open this up via the
bus policy language too.

Fixes: #3585
This commit is contained in:
Lennart Poettering 2016-06-24 16:03:49 +02:00
parent 03c2b2889f
commit 1c6c037cec

View file

@ -116,6 +116,10 @@
send_interface="org.freedesktop.machine1.Manager"
send_member="SetImageLimit"/>
<allow send_destination="org.freedesktop.machine1"
send_interface="org.freedesktop.machine1.Manager"
send_member="CleanPool"/>
<allow send_destination="org.freedesktop.machine1"
send_interface="org.freedesktop.machine1.Manager"
send_member="MapFromMachineUser"/>