DID YOU KNOW that the new skate game for EA has kernel-level anticheat that actively blocks Linux and Wine??
Yay please install shit in my kernel so I can skate yay
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
DID YOU KNOW that the new skate game for EA has kernel-level anticheat that actively blocks Linux and Wine??
Yay please install shit in my kernel so I can skate yay
Got to protect users from someone doing script assisted kick flips
In case anyone thought it was a good idea from the article image:
Dont put goldfish next to your gaming rig, you'll cook it with the excess heat.
For that matter, don't put any fish at all in a tiny bowl of water, especially without a filter or heater. The common goldfish is meant to be very long-lived and gets fucking enormous if you don't torture it to death in a puddle of its own urine.
RIP that one fish I had when I was 10/11
Is there a backstory for why you rate yourself out of 11 rather than 10?
Lmao, was intended to be a "or" symbol since memory is fuzzy and forgot the exact age I had the fish.
But um... I am Asian, so the scale is quite different from the standard scale. You know... "100 on a test? pfff, where is your extra credits, son?"
(okay maybe I exaggerated a little, but this is common in Asian families. I have talked to fellow Chinese-American classmates, and this is a thing, high grades are expectations. But I'm a failure so my parents already expect me to have bad grades lol)
I was just being a shit, but that's honestly really interesting to think about!
There's an interesting correlation between games that require kernel level Anti-Cheat and games whose community is toxic af.
Interesting assessment. I always correlated anti cheat to "our enshittified game isn't selling as well as projected. It must be piracy and cheaters"
Something about the kind of person who has such a need to prove their ability to shoot other people in a game that they're willing to give a corporation complete control over their home PC...
Why is OP banned
cm0002 has had a lot of spamm-ey accounts across several different domains. I block all of these accounts when I come across them myself
No thanks, Valve. One reason I switched to Linux was a game ecosystem absent root-level surveillance software. There are many other, better ways to discourage cheating in games.
I'm not sure that is what they are advocating for. They have VAC which doesn't require kernel level access. If anything they will probably advocate this and that anti cheat can work without root level access.
Yeah that's a good point, on second read I see that the only mention of kernel-level anticheat made in the article were by the author, and nothing from the Valve rep themselves. Maybe I reacted too soon, and Valve is just trying to get devs warmed up to the idea of using better and less-intrusive anticheat systems.
As long as Valve is committed to an open system, without locked down bootloader like on mobile phones, it is unlikely that kernel-level anti-cheat can be implemented.
But that also means Steam Machines are unlikely to support 4K streaming from Nextflix and co. because also DRM will also only be on the level of other Linux systems.
You can keep your kernel-level shit off my CPU.
Spend money on servers. Verify your players. I don't care how you do it, but you don't get kernel-level access to my machine because some asshole script kiddies are aimbotting. You can never trust the client. This is basic shit that game devs will make up a whole host of bullshit to try to justify. (FWIW: I spent a solid decade as a professional game dev and I was as disappointed in this horseshit then as I am now. At least players are starting to figure it out now, too.)
Kernel level anticheat still can't detect all possible cheats, like Neuromuscular Aim Assist.
I love how the other players say they don’t consider it cheating.
People say "kernel level" anticheat as if that would be necessary for some reason, but I don't really see it catching on in the linux world. Steam doesn't even have root normally. Even if it did, not everyone runs exactly the same linux kernel and the only practical way to distribute a module that's going to work for most people is through dkms, which means you build it from source, which means proprietary super-obfuscated shit is not going have its intended effect (assuming it ever does.)
There's nothing stopping them from doing all the same bullshit in userspace instead.
Should we start gatekeeping idiotic gamers from using Linux ??
Only if we can also gatekeep them from using Windows. And games.
Oh man, I'd definitely install Linux if only there were kernel-level anti-cheat. That's been the only thing preventing me from switching.
I think if you switched you would enjoy it so much more than Windows that you would prioritize Linux over the games with incompatible anticheats.
In due time though. Linux will always be available to you and eventually it will be suitable for your needs as well.
What about devs removing kernel-level anticheat?
Definitely would be a positive outcome.
I thought you were being facetious and joking lol
"I'd totally switch to Linux if I could install spyware into my kernel"
I've been running Linux for many years now and for those games that need it I reboot to Windows. It doesn't happen a lot. So many games just work on Linux, I just play those.
Kernel Level Anticheat needs to die. We have memory security, virtualization and antitampering features in operating systems now. All the games in Linux run in user space, none require system access because they are already sandboxed to an extent - every Wine/Proton game runs in a sandbox, since very older games often required admin permissions to run. Build your netcode with "never trust the client" as your first rule, E2E encrypt your network packets, learn to lag hide, and you'll eliminate 90 percent of the haxors.
Build your netcode with "never trust the client" as your first rule
I wish this were more prevalent. Server side anti cheat is a problem that money can be thrown at and solved but its cheaper at face value to lease that labor from anti cheat service contracts.
We have memory security, virtualization and antitampering features
As someone who games entirely on Linux and wants multiplayer to work out, the features you're referring to are for keeping the application contained by the kernel, not the other way around. On a system where the user has full autonomy, no application should be able to know what is going on outside of its user space, and I don't want it to.
It'd be nice if it was a solved problem, but it's not. From consoles to phones to windows, currently the industry relies on you not having autonomy over your device for anti-cheat to work. Every other solution is either expensive (obfuscation arms race), or untenable (real time, high resolution server side validation of every property of every player).