Revert "Adjust dbus conf file to allow anyone to talk to Manager object."

This reverts commit 1cefd17a0f.
This commit is contained in:
Vicki Pfau 2024-04-05 14:44:00 -07:00
parent 1a41e6b05d
commit b6d9278dcb

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 Manager object --> <!-- Anyone can send messages to the service -->
<policy context="default"> <policy context="default">
<allow send_destination="com.steampowered.SteamOSManager1.Manager"/> <allow send_destination="com.steampowered.SteamOSManager1"/>
</policy> </policy>
</busconfig> </busconfig>