468
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 19 Mar 2024
468 points (92.4% liked)
Technology
59020 readers
3018 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
Is Helldiver's anti cheat that bad too? am I at least a little better off running the game through Proton on Linux or am I just providing a compatibility layer to a rootkit?
Wait who TF is cheating in HD? It's pve?
You would be surprised who will cheat. Watch Karl Jobst and some of the cheaters he has made vids on
And is fully deserving. Silly Bitchell is a pathological liar himself. Also his slapp suit was keeping this entire saga alive.
Billy Schnitzel is the only one to blame
Some people might still want to be seen as the bestest Helldiver evar.
The latter
Doesn't the compatibility layer mean its restricted to its own wine prefix? Or am I misunderstanding?
In theory. However, wine was not designed as a security sandbox, and it might be possible (or even trivial) for something to intentionally break out of it. This gets more likely when considering the growing market share of linux.
There isn't much sandboxing in Wine, but at least on linux, the AC is forced to run in userspace (instead of having root privileges). So it's not quite as invasive, but it still has access to everything your non-root account has access to. Which is still a lot. Probably not much better from a privacy perspective, but at least a little better from a security perspective.
You could theoretically get around this issue by installing Steam via Flatpak so that everything is sandboxed though.