this post was submitted on 16 Jun 2026
103 points (98.1% liked)

PC Master Race

21826 readers
679 users here now

A community for PC Master Race.

Rules:

  1. No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
  2. Be respectful. Everyone should feel welcome here.
  3. No NSFW content.
  4. No Ads / Spamming.
  5. Be thoughtful and helpful: especially when new beginners have questions.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Olgratin_Magmatoe@slrpnk.net 37 points 1 month ago (2 children)

This will take the form of kernel level anticheat though. No thanks.

[–] agentTeiko@piefed.social 12 points 1 month ago (2 children)

That's the thing I don't ever see Linus approving a merged request to add a kernel level anti-cheat (rootkit) into the Linux kernel. So they will have to come up with another way. Also at this point kernel level anti-cheat doesn't even work anymore. It's like the TSA its their to make people (investors) feel safe but really does very little to stop the thing it's meant to and Inconvenience and annoy legit customers. Just like with DRM and pirates.

[–] iturnedintoanewt@lemmy.world 3 points 1 month ago (1 children)

I mean, didn't the nvidia private driver need to be added by recompiling the kernel? They could just install it like that right? Not that i approve of it, but i think there is a way.

[–] agentTeiko@piefed.social 1 points 1 month ago

True but they can be a version compatibility nightmare. Plus part of that being recompiled in means the non blob bits are open source in this case GPL and MIT. A anti cheat would not want that to be open source as it would be a cat and mouse game with the cheaters having an open book.

[–] zorro@lemmy.world 1 points 1 month ago

Probably going to be written as eBPF which is what all the corpo antivirus stuff does today.

Doesn't need to be added to the kernel, you can load kernel code in from user level at runtime.

https://ebpf.io/what-is-ebpf/