this post was submitted on 07 Jun 2025
70 points (98.6% liked)

PC Gaming

11272 readers
393 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Fecundpossum@lemmy.world 19 points 12 hours ago (1 children)

My solution? Run Linux. If the game won’t run on Linux because of kernel level anticheat bullshit, DRM, or lack of proton support, refund that shit and never purchase a game from that developer again. If they do data collection, and it still runs on Linux, it is my understanding that all they can gather is what the proton compatibility layer feeds them, which is basically fiction. Proton is already tricking the software into thinking it’s running on windows, and is sandboxed from your bare metal system. Correct me if I’m wrong.

The games I already owned before my time with Linux? Whatever. I’ll take the loss. I’ll probably never play PUBG again and I’m fine with that.

[–] CoyoteFacts@piefed.ca 8 points 10 hours ago* (last edited 10 hours ago) (2 children)

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 the Z:/ drive through its winecfg 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.

[–] Link@rentadrunk.org 5 points 9 hours ago

This is why I use flatpak Steam. You might trust Valve but do you trust every third party developer?

[–] Fecundpossum@lemmy.world 3 points 9 hours ago

Thanks for this, I’ll definitely dig in further