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