Comment 25 for bug 1850977

Revision history for this message
Jason Stover (ir-jms) wrote :

Unfortunately it isn't that easy in my case. I need to have every action attempted logged. That will still give it to me, but modifying what's happening by changing what's being requested.

So, if a normal user attempts something, the best case is for it to ask for the users password and fail when they don't have permission to do the action, or the password entered is wrong.

Second best, is to fall back to asking for the root password. I can deal with the logging inaccuracy.

But not always ask for the root password in every case which is what that override will do.

I'm going to be needing to implement some custom polkit/apparmour stuff eventually anyway (now that I've seen this), but this came about as I am not a Debian/Ubuntu person. So I hit something that _shouldn't_ have been happening in my mind (hey, no sudoers access, no way to run as root) ... It threw me that it was happening.

But thanks to everyone for digging into this with me.