mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
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:
parent
03c2b2889f
commit
1c6c037cec
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user