What sensitive information is in a steam crash report that Valve does not already have?
Different titles have their own ugliness including Unity's analytics crapware. The crash dumps are not over SSL and do include quite a bit (they are meant to help developers after all).
For Steam at least:
ln -s /dev/null /tmp/dumps
echo "0.0.0.0 crash.steampowered.com" >> /etc/hosts
Remove as needed. And yes, /tmp/dumps is hard coded. The security implications are a whole other issue I reported a long time ago.
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
The Steam client is constantly uploading crash reports. The issue here are not the crashes themselves, but the fact that user cannot disable this behaviour.
The file in
~/.local/share/Steam/ubuntu12_64/crash_reporter.cfgcontains:If I disable the
ServerURL, it gets overwritten after every reboot.This means it is currently not possible to stop the Steam client from uploading the crash dump files, which do contain sensitive information.