this post was submitted on 05 May 2024
1 points (100.0% liked)

Linux Gaming

15037 readers
241 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
 

tl;dr: Security concerns for my Linux partition, when running Vanguard on Windows?

Now that Vanguard is out, I can't play LoL on Linux anymore. I'm running a dual boot setup with windows and I'm using it only for stuff I can't get to work on Linux, so there is no personal data on there.

  • Are there any security risks for my Linux partition, if Vanguard is installed and running on my Linux partition?
  • Could Vanguard potentially access my ext4 Linux file system via Windows?
  • If my NAS is mounted on Windows, could that also be a security concern?

I'm grateful for any kind of feedback, since I'm not very informed in terms of rootkits and kernels!

top 4 comments
sorted by: hot top controversial new old
[–] Max_P@lemmy.max-p.me 1 points 5 months ago (1 children)

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.

[–] Rustmilian@lemmy.world 0 points 5 months ago* (last edited 5 months ago) (1 children)
[–] just_another_person@lemmy.world 0 points 5 months ago* (last edited 5 months ago) (1 children)

Sooooo, exactly what the person you responded to said. Kernel level.

[–] Rustmilian@lemmy.world 1 points 5 months ago* (last edited 5 months ago)

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.