this post was submitted on 05 Feb 2024
89 points (96.8% liked)

Linux Gaming

15045 readers
372 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

50/50 chance this breaks Deck and linux support, especially since the commenters' inquiries about it have gone unanswered.

Bogles my mind why a PvE game needs an anti-cheat at all - let alone something as invasive as a rootkit.

Source is the dev's post on, unfortunately, reddit: https://www.reddit.com/r/Helldivers/comments/19dp2qw/helldivers_2_nprotect_gameguard_anticheat/

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 6 months ago (1 children)

Do you have any sources that go into this? Nothing comes up in my cursory searching...

I may finally get around to switching the main machine if this is the case

[–] [email protected] 2 points 6 months ago

Unfortunately not since Valve is (understandably) keeping pretty quiet about how they implemented anti-cheat.

However, due to Wine/Proton always running as the current user, it is impossible for it to run anything in kernel space outside of the user-accessible part of the kernel API. Meaning it cannot install kernel modules, access memory of foreign processes or read anything your user does not have access to. It can't even get a full process list if the process does not want to be listed by users.

If you use Wine/Proton inside of Flatpak it cannot even read most of what your user has access to or any processes outside of the current Flatpak sandbox. So your Steam flatpak has no idea that you are running the Firefox flatpak on the same system with the same user.