Comment 7 for bug 439552

Revision history for this message
Andreas Sandberg (andysan) wrote : Re: Policykit authentication dialog not responsive to clicks on the 'Authenticate' button

I played around a bit with policykit and it seems like the polkit backend uses org.freedesktop.DBus.GetConnectionUnixUser to get the UID (not the EUID!) of the caller. I don't know what the cleanest solution would be, but adding setuid(0) to works for me (see patch).