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.

  • Ulu-Mulu-no-die@lemmy.zip
    link
    fedilink
    English
    arrow-up
    46
    ·
    6 hours ago

    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.

  • Anna@lemmy.ml
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    5 hours ago

    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.

  • HelloRoot@lemy.lol
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 hours ago

    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.

  • Caveman@lemmy.world
    link
    fedilink
    arrow-up
    40
    arrow-down
    3
    ·
    10 hours ago

    It’s the other way around. Windows will stop supporting kernel level anti-cheat because of Crowdstrike

  • Mwa@thelemmy.club
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    5 hours ago

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

  • dan@upvote.au
    link
    fedilink
    arrow-up
    36
    arrow-down
    3
    ·
    edit-2
    7 hours ago

    AFAIK Microsoft have plans to block kernel level anti-cheat on Windows. After the CrowdSec issues last year, they’re rethinking which types of programs should even be allowed to run in kernel space.

    Edit: I was wrong. They actually want to increase what can be done in user mode, to reduce reliance on kernel mode code.

    • GenderNeutralBro@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 hours ago

      They actually want to increase what can be done in user mode, to reduce reliance on kernel mode code.

      That’s basically what Apple did with macOS 11. They deprecated kernel extensions and replaced them with “system extensions”, and created new APIs so security tools, VPNs and such could function without kernel-level privileges.

    • coconut@programming.dev
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      8 hours ago

      They don’t. One article lied, people never read anything but the title and here we are this getting mentioned every once in a while.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        3
        ·
        7 hours ago

        Thanks. I looked into it a bit more and it looks like they actually want to increase what can be done in userland, to reduce the reliance on kernel mode. That’s still a good solution, if things the anti-cheat code needs to do can be moved into userland.

    • sibachian@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 hours ago

      i assume the problem with league of legends since last year is because they switched to kernel level anticheat then? would be nice if they get kicked in the face for the anti-linux decision they made so we can start playing again :P

  • coconut@programming.dev
    link
    fedilink
    English
    arrow-up
    71
    arrow-down
    12
    ·
    14 hours ago

    Sure hope not. If I wanted to run rookits I’d just use Windows. Why bother with Linux?

    This is why I don’t want more Linux adoption and don’t understand people cheering every new user. We’re in a sweet spot where a lot of games enable userland anticheat while we don’t get kernel level ports (however they may be shipped doesn’t matter). The only thing that’ll come out of more adoption is kernel level anticheat ports that’ll probably work with a few corporate backed distros only and we’ll actually lose the games we have today. Because those will switch over the kernel level alternatives too.

    The only way I’d like Linux to be a generic multiplayer platform is server side anticheats. It is very obviously the way to go and we are seeing extremely slow adoption (e.g. Marvel Rivals).

    • Geodad@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      I think the more people who aren’t using corporate operating systems, the better.

      I’m firmly against Microsoft, Red Hat, and Ubuntu.

    • Ulu-Mulu-no-die@lemmy.zip
      link
      fedilink
      English
      arrow-up
      5
      ·
      6 hours ago

      On one side, I’m one of those glad for people coming to Linux because Linux is truly fantastic and it can make your life easier on many things, I’m happy for them.

      On the other side, I share your concerns, because everything that gets adopted by the masses is inevitably subject to enshittification, I would never want that to happen to Linux.

      We should find a sweet middle-point tho I have no idea what that would be.

    • Bogasse@lemmy.ml
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      7 hours ago

      TBH I’m not sure wider adoption would worsen things ? Gaming distros would probably ship bullshit anticheat modules by default while the others would not, or at most provide some documentation on how to opt in.

      I think it’s quite similar to the situation with NVIDIA proprietary drivers? (I don’t own a graphics card so I’m not super aware on this topic)

      • coconut@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        My point is you would either have to run those modules on Linux or not play the games. Which is the same as running them on Windows or not play the games with the exception that you’d lose the games that run on Linux with userland anticheat now.

  • MTK@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    9 hours 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.

  • Thordros [he/him, comrade/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    12
    ·
    11 hours ago

    Meanwhile in indie land, I just tried to cheat my way through a Chapter 3 minigame in Deltarune, and Toby Fox himself showed up in his dogsona to blow up the game and make me start the minigame over.

    This is the extent to which anti-cheat measures should go.

  • MachineFab812@discuss.tchncs.de
    link
    fedilink
    arrow-up
    35
    arrow-down
    1
    ·
    14 hours ago

    I think its less a question of the technical feasibility, and more of an issue that we, as users, don’t want more closed-source blobs in our kernels. Meanwhile, the publishers insist that they can’t open-source their anti-cheat code; Their idea being that if we know what’s in it, it will be easier to bypass.

    Basically, one distro or a few(at most) may get anti-cheat integrated one day(like, say, SteamOS), but it will likely never be in your standard Linux kernal.

    They could go the rought of kernel modules, I would think, but for whatever reason, we’re still having this conversation.

    • unprovenbreeze@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      10 hours ago

      Basically, one distro or a few(at most) may get anti-cheat integrated one day(like, say, SteamOS), but it will likely never be in your standard Linux kernal.

      Valve also has server side anticheat in his games (Counter Strike or Deadlock). They are also against it.

      Kernel-level anticheats can be bypassed anyways, but they are the easy solution for the corps that want to sell their multiplayer game.

  • thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    11 hours ago

    One way I can imagine it being some certified Linux kernel versions that are accepted and worked together with anticheat creators. That way Valve could use the Kernel in Steam Deck or SteamOS, so any game works out of the box. And other distribution users can just install this Kernel too, if their distributions provide it.

    Anyone who don’t want to have Kernel level anticheat systems enabled on their system, do not need to install the Kernel. Therefore they are secure against it. But for anyone else who wants it, they can. At least this option would be a compromise.

    • vrighter@discuss.tchncs.de
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      11 hours ago

      if it’s linux, it has to be open source. If it’s open source, people will code around it immediately. How about not trying to shoehorn this useless crap in the first place?

      • 0xtero@beehaw.org
        link
        fedilink
        arrow-up
        9
        arrow-down
        3
        ·
        11 hours ago

        It doesn’t have to be open source. There’s plenty of binary firmware and drivers around.

      • thingsiplay@beehaw.org
        link
        fedilink
        arrow-up
        5
        arrow-down
        3
        ·
        11 hours ago

        Besides your argumentation that open source is less secure, a driver or program does not need to be in the Kernel to work with it. Does it? Kernel level anti cheat systems are available on Windows too, without being in the Windows Kernel. All it needs is a Kernel module to load it separately. Something like the Nvidia proprietary driver. I don’t know if this would work for Anticheat.

        Back to your point of open source and code around it. Well they code around the proprietary tools too. Reverse engineering stuff is possible. So your argumentation is a bit weak. Open Source means more people are looking into and its actually more secure and up to date (for common and actually developed drivers).

        And you don’t have to use it, if you don’t like. How about letting people give options instead calling something they want or need being useless? It has a use and reason, so its by definition not useless. Instead using Windows, they could use Linux.

        • vrighter@discuss.tchncs.de
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          10 hours ago

          where did i say it’s less secure? I said it will be coded around. as in forked and the changes patched out/worked around. The point is that it’s pointless to even try. Because it won’t work for those who do choose to use it, due to all the ones bypassing it

          • thingsiplay@beehaw.org
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            9 hours ago

            If the Kernel is not signed, then it does not matter. The whole point of signed Kernels is to only execute that specific code. Its not pointless. But besides that, even if you don’t like Open Source, nobody said the Anticheat software has to be open source. This is something you implied. I don’t think any of the Anticheat companies would Open Source it anyway, so this was not my suggestion at all.

  • kadup@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    13 hours ago

    Absolutely nothing prevents somebody from writing a kernel level anticheat on Linux.

    Users would throw a fit, and it would be way easier to bypass, but it certainly could be made.

    • dosse91@lemmy.trippy.pizza
      link
      fedilink
      arrow-up
      4
      ·
      11 hours ago

      It would need to be open source, distributing proprietary kernel modules is a nightmare that can cause the OS to fail to boot after every kernel update. An open source anticheat kernel module would probably be useless and easy to bypass.

      • kadup@lemmy.world
        link
        fedilink
        arrow-up
        11
        arrow-down
        2
        ·
        11 hours ago

        It doesn’t “need” to be anything. It could be a DKMS module that is mandatory for playing a game.

        Whether people would like it and use it is a completely different story.