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
    105
    arrow-down
    2
    ·
    7 days 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.

    • NotProLemmy@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      5 days ago

      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.

      • theshatterstone54@feddit.uk
        link
        fedilink
        arrow-up
        2
        ·
        5 days ago

        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.

        • NotProLemmy@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          5 days 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?

  • phantomwise@lemmy.ml
    link
    fedilink
    English
    arrow-up
    51
    ·
    6 days ago

    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

        • FauxLiving@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          5 days 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.

  • muusemuuse@lemm.ee
    link
    fedilink
    English
    arrow-up
    32
    ·
    6 days ago

    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

    • theshatterstone54@feddit.uk
      link
      fedilink
      arrow-up
      3
      ·
      5 days ago

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

  • Caveman@lemmy.world
    link
    fedilink
    arrow-up
    59
    arrow-down
    4
    ·
    7 days ago

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

  • qweertz (they/she)@programming.dev
    link
    fedilink
    arrow-up
    20
    ·
    6 days 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

  • dan@upvote.au
    link
    fedilink
    arrow-up
    46
    arrow-down
    3
    ·
    edit-2
    7 days 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
      cake
      link
      fedilink
      English
      arrow-up
      13
      ·
      7 days 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
      14
      arrow-down
      2
      ·
      7 days 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
        8
        ·
        7 days 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
      ·
      7 days 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

  • Anna@lemmy.ml
    link
    fedilink
    arrow-up
    27
    ·
    edit-2
    7 days 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.

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    6 days 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.

  • thingsiplay@beehaw.org
    cake
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    7 days 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
      2
      ·
      7 days 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
        10
        arrow-down
        4
        ·
        7 days ago

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

      • thingsiplay@beehaw.org
        cake
        link
        fedilink
        arrow-up
        5
        arrow-down
        4
        ·
        7 days 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
          arrow-down
          1
          ·
          edit-2
          7 days 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
            cake
            link
            fedilink
            arrow-up
            1
            arrow-down
            3
            ·
            7 days 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.

  • HelloRoot@lemy.lol
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    7 days 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.

    • GregorGizeh@lemmy.zip
      link
      fedilink
      arrow-up
      7
      ·
      6 days ago

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

  • Mwa@thelemmy.club
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    7 days ago

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

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