Comment 5 for bug 428496

Revision history for this message
Connor Imes (ckimes) wrote :

Ok, I found the source of the problem. Somehow my user got removed from the admin group, but was in the sudo group which meant I could use sudo because of this line in sudoers:

   %sudo ALL=NOPASSWD: ALL

Is that a problem with policykit? Should it accept sudo credentials from those in the sudo group but not in the admin group? If so, we can reassign this but to policykit, otherwise we can close it.
Thanks.