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:
Jeremy Whiting 2024-04-05 12:10:58 -06:00
parent 7379b1f5b8
commit 1cefd17a0f

View file

@ -9,8 +9,8 @@
<allow own="com.steampowered.SteamOSManager1"/> <allow own="com.steampowered.SteamOSManager1"/>
</policy> </policy>
<!-- Anyone can send messages to the service --> <!-- Anyone can send messages to the service Manager object -->
<policy context="default"> <policy context="default">
<allow send_destination="com.steampowered.SteamOSManager1"/> <allow send_destination="com.steampowered.SteamOSManager1.Manager"/>
</policy> </policy>
</busconfig> </busconfig>