mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-21 15:57:25 -06:00
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:
parent
3922d4d419
commit
1aaad1b02b
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user