Closed issue by basiliscos on void-packages repository https://github.com/void-linux/void-packages/issues/18713 Description: ### System * xuname: Void 5.4.16_1 x86_64 GenuineIntel notuptodate rrrmFFFFF * package: connman-1.37_3 ### Expected behavior no annoying dbus messages like ``` 2020-02-01T18:59:33.746456+03:00 localhost dbus-daemon\[773\]: \[system\] Rejected send message, 3 matched rules; type="method\_call", sender=":1.29" (uid=1000 pid=1597 comm="telegram-desktop ") interface="net.connman.Manager" member="GetTechnologies" error name="(unset)" requested\_reply="0" destination="net.connman" (uid=0 pid=888 comm="connmand -n ") ``` the tools like `connman-gtk`, `cmst` should work without root priveledges ### Actual behavior userland network configuration tools not work from user ### Steps to reproduce the behavior just install connman and launch `connman-gtk` I have found the advice here https://stackoverflow.com/questions/26280616/connman-running-from-within-the-source-code-repository when I just copied `connman-dbus.conf` and `connman-polkit.conf` into `/etc/dbus-1/system.d/` everything went fine.