You are not logged in.
So, sudo was updated a while ago now, but since it was, a program that is called with sudo uses its default config instead of the one in my home directory.
But, if I use su to log in as root and then launch a program, it uses the correct config! What's the deal? Sudo did not behave that way before. I am even using a fresh sudoers file now to see if that was the problem.
Last edited by pogeymanz (2010-08-22 13:08:57)
Offline
Have you taken a read through the new sudoers file? Specifically the part just before 'Defaults env_keep += "HOME"'. Looks like the default behavior was changed due to potential privilege escalation.
Offline
Well, imagine that: I didn't read and it bit me in the ass. Who knew?
Thanks.
Offline