this post was submitted on 05 May 2024
20 points (95.5% liked)
Linux Gaming
15256 readers
79 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's kernel level anticheat, it can do whatever it wants. It's on the same level as the operating system.
Realistically? Nobody's gonna bundle Linux filesystem drivers in malware just in case. If someone is to exploit Vanguard for malware I'd expect a credentials stealer to take your Steam and Discord accounts. Ransomware would likely spread to the NAS but that can be mitigated with readonly permissions where appropriate, and backups/shadow copies.
Specifically it's at Ring 0.
Sooooo, exactly what the person you responded to said. Kernel level.
Not really, the source is more about the entire concept in computer science. It's extremely comprehensive, for those who want to know it inside and out. TLDR : Ring 0 means anything directly controlling the hardware, which is usually the kernel. There's also rings beyond zero that are reserved for specific things, for example -1 for hypervisors like KVM & Hyper-V.
Thanks, your answer made it clearer to me what Vanguard can do. For now I'll unmount my NAS and I guess I should be safe 'enough'.