mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-08 07:30:36 -04:00
Adjust dbus conf file to allow anyone to talk to Manager object.
Since the interface name now has .Manager appended we need to add the same to the dbus config to allow clients to talk to it.
This commit is contained in:
parent
7379b1f5b8
commit
1cefd17a0f
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
<allow own="com.steampowered.SteamOSManager1"/>
|
||||
</policy>
|
||||
|
||||
<!-- Anyone can send messages to the service -->
|
||||
<!-- Anyone can send messages to the service Manager object -->
|
||||
<policy context="default">
|
||||
<allow send_destination="com.steampowered.SteamOSManager1"/>
|
||||
<allow send_destination="com.steampowered.SteamOSManager1.Manager"/>
|
||||
</policy>
|
||||
</busconfig>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue