allow everyone to own services in our DBus config

Fixes not being able to register on Ubuntu, but how did it work without
this in the first place???
This commit is contained in:
Jussi Kuokkanen 2023-09-25 16:10:55 +03:00
parent 3922d4d419
commit 1aaad1b02b

View File

@ -39,10 +39,9 @@
<!-- All users can connect to system bus -->
<allow user="*"/>
<!-- Holes must be punched in service configuration files for
name ownership and sending method calls -->
<deny own="*"/>
<deny send_type="method_call"/>
<!-- Allow anyone to own -->
<allow own="*"/>
<allow send_type="method_call"/>
<!-- Signals and reply messages (method returns, errors) are allowed
by default -->