The source project of this merge request has been removed.
main/dbus: fix deadlock
This avoids calling opendir() which mallocs, and as such isn't async-signal safe, which can lead to deadlocks if called between fork() and exec()
Edited by Rasmus Thomsen