I’m confused, first you say that Linux doesn’t have anti-cheat, and then you say you should stay away from Linux if you want anti cheat.
dreadbeef@lemmy.dbzer0.com 5 months ago
Linux doesnt have games that install spyware, yes
atcorebcor@sh.itjust.works 5 months ago
Dojan@pawb.social 5 months ago
No I think you got the message of what they were saying correct. Linux doesn’t have kernel level anti-cheat at the moment, and they’re saying that if you are a proponent of it, then don’t use Linux because it’s something we’d like to continue not having.
There are layers of abstraction between the kernel and the userspace, and few applications need kernel level access. Anti-cheat poking around in the kernel is very invasive. I know plenty of people who equate it to spyware, myself included.
atcorebcor@sh.itjust.works 5 months ago
Can you prevent cheating without it?
Dojan@pawb.social 5 months ago
Yeah, there’s anti cheat software that doesn’t run in the kernel. You can bypass that and still cheat, but if you’re insistent you can do that even with kernel-level anti-cheat. There’s a whole big debate on this, lots of differing opinions.
dreadbeef@lemmy.dbzer0.com 5 months ago
Linux doesn’t have kernel level anti cheat and I hope it remains that way, but I fear my opinion will be in the minority soon if not already.
atcorebcor@sh.itjust.works 5 months ago
Who would be against that? And why?
Sturgist@lemmy.ca 5 months ago
Kernel level anticheat. There’s very effective anticheat that is not kernel level and therefore works fine on Linux.
atcorebcor@sh.itjust.works 5 months ago
Ah thanks!
Sturgist@lemmy.ca 5 months ago
No worries buddy 👍
ohshit604@sh.itjust.works 5 months ago
Breaking News:
This just in new Linux game requires sudoers access to play!
Colonel_Panic@lemmy.world 5 months ago
You are not in the sudoers file, this incident WILL BE REPORTED. ಠ_ಠ
dreadbeef@lemmy.dbzer0.com 5 months ago
What’s hilarious is that is par the course on windows to run Steam as an admin. In fact that fixes a ton of bugs for people, so any executable the steam process spawns, like game executables, has admin rights as well.
ragas@lemmy.ml 5 months ago
I mean companies could probably already create perfectly good kernel level anticheat on Linux if they really wanted to through eBPF programs.
That would not require permanent changes to the Kernel and games would only need root rights at install time. (Like most software already does)
I wouldn’t even have a problem with that kind if a solution.