Hi everyone - We know there have been some concerns from Borderlands fans about Take-Two’s Terms of Service. Maintaining transparency and confidence with the community here is always our goal, and we wanted to address some of these concerns. (1) Take-Two Does Not Use Spyware Take-Two does not use spyware in its games. Take-Two’s Privacy Policy applies to all labels, studios, games, and services across all media and platform types such as console, PC, mobile app, and website.
By default, Wine/Proton has access to your full Linux filesystem under the virtual
Z:/
drive from within the Wine environment, so any dedicated adversary could include your Linux stuff into its data collection. The odds of this already occurring are probably low-ish. You can use bubblewrap raw to start sandboxing resources (e.g. blocking network access or masking directories), or there’s a project called sandwine which presumably auto-configures the important stuff through bubblewrap (though I’ve never gotten around to trying it). Wine itself can also be configured to drop theZ:/
drive through itswinecfg
tool.Without a dedicated configuration, I’m not sure Wine has any real priority or guarantee about sandboxing your original system from Windows executables, which is also why it’s important to remember that Windows malware can still do damage when running on a Linux system. The malware doesn’t really even have to be aware that it’s running in Wine if it just tries to encrypt any files it can reach.
This is why I use flatpak Steam. You might trust Valve but do you trust every third party developer?
Thanks for this, I’ll definitely dig in further