> commit 026a6bdd0ecdc68288b2167aed6dfd4e6f407edb > Author: Lennart Poettering <lennart at poettering.net> > Date: Thu Jul 31 01:25:33 2008 +0200 > > Work around D-Bus bug that involves dbus_shutdown() to call exit() when it shouldn't. Patch from Coling Guthrie > + /* There seems to be a bug in D-Bus that causes dbus_shutdown() to > + * call exit() when a connection without this flag disabled was > + * created during runtime.*/ Just for completeness, I should point out that it only affects me if the binary has the setuid bit set, but that will just be the pulse logic that only calls the pa_polkit_check() when it has rooty privs (or rather then pa_have_caps() is true which I don't think is the case when not setuid). I'll try and create a small test app for the upstream devs as, this was uber confusing to debug in the pulse app. Col