Comment 4 for bug 192786

Revision history for this message
Emilio Pozuelo Monfort (pochu) wrote : Re: Bug-reporter privacy

We shouldn't report "ProcCwd" as it sometimes is the user home path (which will be /home/$user) and either not submit or change "Uname", as it will display the hostname. We could change it from "uname -a" to "uname -srvmo":

emilio@pochu:~$ uname -a
Linux pochu 2.6.24-8-generic #1 SMP Thu Feb 14 20:40:45 UTC 2008 i686 GNU/Linux
emilio@pochu:~$ uname -srvmo
Linux 2.6.24-8-generic #1 SMP Thu Feb 14 20:40:45 UTC 2008 i686 GNU/Linux

Importance High as this is about our users privacy.