Comment 5 for bug 685655

Revision history for this message
Milan Bouchet-Valat (nalimilan) wrote :

You mean there's nothing else printed than:
** (polkitd:1752): DEBUG: system-bus-name::1.56 is inquiring whether unix-process:2283:1752924 is authorized for org.freedesktop.systemtoolsbackends.set
** (polkitd:1752): DEBUG: user of caller is unix-user:connor
** (polkitd:1752): DEBUG: user of subject is unix-user:connor

when you click on time-admin's lock button?!

What if you run:
export PID=`pidof gnome-settings-daemon`
pkcheck --action-id org.freedesktop.systemtoolsbackends.set --allow-user-interaction --process $PID

It looks like PolicyKit doesn't allow a non-root user to check for authorizations; or polkit-gtk passes details that are not allowed for a non-root user.