Archive for June 13th, 2006
Debian sudo behaviour change
In case it bugs anyone else, Debian’s sudo package has changed its behaviour recently. Namely when I do “sudo su” it behaves as if I’ve done “sudo su -” – breaking all X-windows sessions and changing my current path. I don’t like this behaviour, so I have added this into /etc/sudoers: Defaults env_keep+=”*”
Posted: June 13th, 2006 under Linux.
Comments: none