this post was submitted on 03 May 2024
65 points (95.8% liked)
Gaming
20004 readers
23 users here now
Sub for any gaming related content!
Rules:
- 1: No spam or advertising. This basically means no linking to your own content on blogs, YouTube, Twitch, etc.
- 2: No bigotry or gatekeeping. This should be obvious, but neither of those things will be tolerated. This goes for linked content too; if the site has some heavy "anti-woke" energy, you probably shouldn't be posting it here.
- 3: No untagged game spoilers. If the game was recently released or not released at all yet, use the Spoiler tag (the little ⚠️ button) in the body text, and avoid typing spoilers in the title. It should also be avoided to openly talk about major story spoilers, even in old games.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well i already switched and I'm wondering, how does root access works on Linux ? What i mean is there games that used shitty anti cheat that are running on proton have the same access to your PC or is limited by the proton prefix ? Thank you in advance for your input on the matter!
Tl;dr : yes they are limited in their access to the rest of your PC.. mostly
From what I understand, when such anticheats are configured for Linux, they're still running in the user space and is why some developers go as far to disable support for Linux entirely.
You, the privileged user, unless logged into the root user (not recommended), are part of the "sudoers" group, which allows you to execute commands on behalf of the root user using the "sudo" command which requires your password. Games should never need this to play.
This however doesn't mean the AC is sandboxed, its honestly beyond my knowledge exactly what it does have access to, but I can say it is far less than what Windows kernel AC has. And again why developers feeling the need for such intrusion simply pull away from linux
Hmm i see thanks
The anticheat can read all your files (in the home directory), and see all running processes. It can't change much about the system, however, if you give it root once, it can keep it.
That's already too much imo
I agree, but its way less bad than what the windows anticheat can see, also, most every ptogram can do those things