this post was submitted on 03 May 2024
64 points (95.7% liked)
Gaming
20010 readers
33 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
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