Comment 7 for bug 769948

Revision history for this message
Manish Sinha (मनीष सिन्हा) (manishsinha) wrote :

I think this is not much of a problem provided the user uses "sudo" instead "su".
Just try
$ sudo ls ~

You will see that it is outputs the folders of your directory and not root's
When you use sudo you just get superuser privileges and your environment variable are not changed.