AsahiLinux / asahi-scripts

Miscellaneous admin scripts for the Asahi Linux reference distro
MIT License
45 stars 32 forks source link

asahi-diagnose reports potentially identifying data (e.g. username, cellphone serial number, locale info) - is that absolutely necessary? #35

Open rxhfcy opened 9 months ago

rxhfcy commented 9 months ago

I have seen cases on the Internet where Asahi users have been asked to send asahi-diagnose output to the public internet without being informed that the file contains personal / potentially identifying data (username, cellphone serial number (?), locale information, possibly others too?). People are implicitly expected to either not care about the issue, or manually remove personal details from the file before publishing.

I think this is a problem (bug) that should be fixed.

Suggestion:

Why is the username reported for instance? I'm guessing some bugs could be caused by "weird" usernames (spaces / non-american characters), but couldn't there be heuristics that check for problems instead of publishing the real username, etc?