this post was submitted on 08 Jun 2025
64 points (95.7% liked)

Linux

55044 readers
970 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

From both a technical perspective and if the maintainers of these anti-cheat will consider porting or re-writing kernel level anti-cheat to work on linux, is it possible? Do you think that the maintainers of kernel level anti-cheat will be adamant in not doing it, or that the kernel even supports it or will support it. I think that if it ever happens, there will be a influx of people moving to linux, or abandoning their duelboots, and that alot of people will hate that such a thing is available on linux.

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 17 points 1 day ago (1 children)

Short answer: no

Long answer: only the most important things should even have such low-level access to the system. A fucking game is not in that category. Nooooooo

[–] [email protected] 1 points 12 hours ago

Obligatory Fuck Denuvo. If I had virtually infinite money, I'd do a hostile takeover of Denuvo and burn it to the ground.

[–] [email protected] 8 points 1 day ago

It's relatively trivial, you just need to write a kernel module. You'd just need/want to make it gpl so everything it does is fully audited and transparent. That's not a problem, is it? Right?

From a technical standpoint, you could argue that someone could create a fork of the kernel that spoofs the interface that the anticheat uses to make it ignore things. You can, of course, also do something similar in Windows, but security theatre never let practicality get in the way.

[–] [email protected] 15 points 1 day ago

Every IT-literate person fights kernel-lvl malware disguising as games with everything they got.

Since Linux has a high percentage of those, I hope those "solutions" will never spread

[–] [email protected] 29 points 2 days ago (1 children)

I can't wait until I am able to give random programs kernel access on my system! That doesn't sound problematic in the least! After all, I have the fullest confidence that for companies developing anticheat, my security is their highest concern! /s

[–] [email protected] -3 points 1 day ago (1 children)

@phantomwise @SpiderUnderUrBed Every program on your system has "kernel access", it's called "syscalls", but actually being able to modify the kernel, that is another matter.

[–] [email protected] 3 points 1 day ago (1 children)

lol 🤣. Aren't you a tech guy?

[–] [email protected] 4 points 20 hours ago

He's just being pedantic.

Technically 'ls' has kernel access because it depends on system calls in order to produce its output.

System calls are the mechanisms through which programs request services from the Linux kernel, allowing them to perform tasks like file management, process control, and device management. Any program that's running on your machine has the access required to make syscalls and so you could say they have access to the kernel. They won't have kernel-level privileges, so they can't act as the kernel, but they do have access. Obviously the original user was referring to kernel anti-cheat modules which act as the kernel with all of the same privileges.

[–] [email protected] 4 points 2 days ago* (last edited 2 days ago) (1 children)

Doesn't Splitgate 2 have kernel level anti cheat that works on Linux? Maybe it is "trapped" inside wine/proton but they explicitly made it work and people are thanking them on steam discussions.

[–] [email protected] 2 points 2 days ago

Helldivers 2 works (or at least used to when I played it) as well, while requiring kernel access on windows

[–] [email protected] 18 points 2 days ago* (last edited 2 days ago) (1 children)

From technical point of view it is possible. eBPF already has almost everything needed for doing that. And I think it can be done with a simple LKM but if they want it included in the main tree I'm sure they'll get some colorful email from Linus.

[–] [email protected] 12 points 2 days ago

I really want to see that email.

[–] [email protected] 3 points 2 days ago
[–] [email protected] 5 points 2 days ago (1 children)

No Wine/Proton cannot translate calls that run too deep into the Kernel

[–] [email protected] 1 points 13 hours ago

Couldn't it use some kind of partial kernel emulation to make kernel level anticheat think it's working?

[–] [email protected] 75 points 2 days ago (2 children)

I surely hope they never will, no user program should ever be allowed to run at kernel level, that's what malware does.

I personally avoid those kind of games, but those who won't can dual-boot.

[–] [email protected] 2 points 12 hours ago (1 children)

Or...just don't play those games.

99% of their communities are more toxic than radioactive waste. And, they are not open source and they don't respect privacy. Because they are greedy.

[–] [email protected] 1 points 12 hours ago (1 children)

All true. And yet, plenty of people do want to play those games. And there are other games (Borked) which also cannot be played no matter what. Really annoying, that.

[–] [email protected] 1 points 12 hours ago

Yeah, some people are just stubborn. By some i mean most. You gotta adapt, what do you think evolution's trying to tell you?

[–] [email protected] 8 points 2 days ago
[–] [email protected] 18 points 2 days ago

I sure hope not. Play on someone else's pc if you want them to have control.

[–] [email protected] 29 points 2 days ago

kernel level anti cheat is malware

abandon ranked, return to private lobbies

[–] [email protected] 4 points 2 days ago

It is probably actually easier to create on linux as it is foss and there are also good projects like eBPF which can maybe even simplify and make it more secure.

load more comments
view more: next ›