Id like to hear thoughts. Of course us gamers hate kernel level anti cheat, but is that actually tied to secureboot?

I know some/most distros can boot in secure mode, so it doesn’t seem like an issue there.

With all the new games moving to it, looks like we will all have to sit them out or install Spyware (microshit) to play. I will opt not to.

  • Crozekiel@lemmy.zip
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

    I’ve avoided kernal anti-cheat basically forever on principle. On the plus side, there is talk about Microsoft kicking 3rd parties out of the kernal on windows, stemming from the cloudstrike debacle. If they kick out anti-virus, I can’t imagine that they let game publishers stay. We might actually see the death of kernal anti-cheat soon.

    On a side-note, it’s a really sad state that so much of the world runs on computers but the majority of people don’t know the first thing about using them. It has led us to so many bad places today that I really didn’t expect when I was a teen…

  • donio@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

    It depends. If it’s under your control with your own keys then it can be beneficial. If it’s under someone else’s control (as it is for most people) then it’s a step towards the walled garden.

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    52
    ·
    2 days ago

    All secure boot does is ensue the binary (say, Linux or Windows kernel) run in early boot is “trusted,” meaning it’s cryptographically signed by a key the motherboard has. You can usually load your own keys and sign your own binaries, but I imagine only large orgs do that if they have a lot of Linux systems or something.

    The way Linux works with this is they use a shim binary that is signed by Microsoft’s key, and that binary loads the actual Linux kernel. The kernel itself is not signed with that key.

    The only way this impacts gaming is if games check if Secure Boot is enabled. If it is enabled, the game knows the system booted with something signed by a key the motherboard trusts. For most systems, that means Microsoft’s keys, but AFAIK, they can’t check what key was used in early boot unless the kernel provides some indication of that.

    Basically, it’s an anti-tampering check, so they have some assurance the kernel is untampered from what the maintainer released.

    • exu@feditown.com
      link
      fedilink
      English
      arrow-up
      28
      ·
      2 days ago

      Some newer distros like Bazzite are pretty awesome in that they install their own Secure Boot keys during the first time setup.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        13
        ·
        edit-2
        2 days ago

        That’s pretty dope! I imagine we’ll see more distros follow suit as the September expiration of Microsoft’s keys approaches.

        My distro, openSUSE Tumbleweed, does that as well, but I imagine plenty don’t.

        Edit: I’m wrong, looks like they do that for “Trusted Boot,” but not “secure boot,” if this documentation is to be believed. It’s an option, not forced. I’m going to check later if it’s configured properly on my machine that I set up several years ago.

  • BlameTheAntifa@lemmy.world
    link
    fedilink
    English
    arrow-up
    32
    arrow-down
    3
    ·
    2 days ago

    Neither Secure Boot nor TPM were ever actually about security and neither meaningfully improves security. They are DRM features that exist solely to ensure you can never truly own the things you buy.

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      How is TPM involved in making sure you don’t own things? It certainly improves security (other than the poorly made ones at least)

    • pishadoot@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      25
      arrow-down
      1
      ·
      2 days ago

      Um, TPMs for sure provide meaningful security. Maybe their use is implemented poorly a lot of the time, AND they can be abused to hold control over hardware you’ve purchased, but low level exploits are for sure a thing and TPMs and other dedicated hardware security modules (for enterprise) most definitely serve a purpose.

      They’re a response to the ever evolving advancement of cyber exploits. Don’t knock them on principle, take affront to when they’re used poorly.

  • SoftestSapphic@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    2 days ago

    Kernal level anticheat is invasive and the vast majority of anticheats are probably installing spyware with root access.

  • 👍Maximum Derek👍@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    25
    ·
    edit-2
    2 days ago

    The biggest issue to me is that if you (the OS maker) wants a shim so you can use your own CA, you have to go through Microsoft. And they can just say no.

    I think Tuxedo is still waiting on their shim.

  • Leaflet@lemmy.world
    link
    fedilink
    English
    arrow-up
    28
    ·
    2 days ago

    For Linux, the protection is weak.

    But if properly implemented, it’s good. But it would be a hassle to do and would require users to register new keys and blacklist Microsoft’s.

    Measured boot is a better solution for Linux. It’s decentralized and does not rely on Microsoft. It uses the TPM to “measure” various parts of the UEFI, bootloader, and OS to ensure they have not been tampered with.

    • lemonskate@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 days ago

      Measured boot requires secure boot to be enabled as one of its components.

      The real value of measured boot is when paired with full disk encryption as it protects against boot loader attacks that can compromise your sealed keys.

      • Leaflet@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        I don’t believe that’s the case, according to Aeon. The state of secure boot can be measured, so if you have it enabled/disabled, you have to keep it that way or else the measurement will fail and the TPM will complain.

    • naeap@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      Never heard of that

      Does “every” modern BIOS support that?
      Need to read up on it…

      • Leaflet@lemmy.world
        link
        fedilink
        English
        arrow-up
        14
        ·
        edit-2
        2 days ago

        No, it requires a TPM2 chip. So the requirements for measured boot are to similar to Windows 11.

        Poettering has a few blog posts and conference videos on it. And Aeon is a distro that implements measured boot as the default.

        • sugar_in_your_tea@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          9
          ·
          2 days ago

          I use Aeon on my laptop, and I will say there are usability issues, but hopefully the kinks get worked out. Since installing in March, I’ve had to enter my recovery key and reenroll three times due to some kind of firmware update. This is on an older laptop (Ryzen 3500U), so I don’t know if it’s a common issue or unique to me.

          Anyway, it’s a cool idea, I hope it gets more attention. The benefits for regular users are fairly minimal, but I certainly appreciate security for security’s sake.

          • naeap@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 days ago

            Thanks!

            That’s good to know.
            As I need my laptop for work, I can’t really risk such experiments…

            • sugar_in_your_tea@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 days ago

              Yeah, mine is just for mucking around at home. I mostly browse the web and play casual games. Nothing important is stored there, so if I need to reinstall, then so be it.

  • WalnutLum@lemmy.ml
    link
    fedilink
    English
    arrow-up
    30
    arrow-down
    2
    ·
    2 days ago

    Worst part is everything has to use Microsoft’s signing keys, so it’s ironically a gigantic security hole if your threat model includes being on Microsoft’s shit list.

      • Flyswat@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        14
        arrow-down
        2
        ·
        2 days ago

        Which makes this requirement even more meaningless because someone who wants to cheat by running a modified kernel will obviously know how to follow a tutorial to add his MOK and sign his version of the kernel.

  • Mwa@thelemmy.club
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    2 days ago

    In my opinion its only useful against unsigned boot attacks and such,also you have to go through Microsoft for signing which is pretty bad if you wanna reduce reliance on Microsoft.

  • jjjalljs@ttrpg.network
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    2
    ·
    2 days ago

    I kind of assume Microsoft’s real motivation was to make Linux harder to install, and the “oh it’s more secure” stuff is a happy coincidence for them.

  • kbal@fedia.io
    link
    fedilink
    arrow-up
    14
    ·
    2 days ago

    It’s not all bad necessarily, but that “anticheat” vendors are demanding it sure does suggest it’s being used for nefarious purposes.

    • BlameTheAntifa@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      3
      ·
      2 days ago

      Except it was never about cheaters. It’s about DRM. You don’t own the things you buy and they want to make sure it stays that way.

  • wizzim@infosec.pub
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 days ago

    Linux does support TPM and secure boot: https://wiki/ .debian.org/SecureBoot#What_is_UEFI_Secure_Boot.3F

    So the problem is really only about kernel level anticheat, not the secure boot itself ?

  • cmnybo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 days ago

    It’s pretty pointless if you allow it to use Microsoft’s keys. It’s a lot of work to set it up to only use your keys and that bricks certain poorly designed laptops.

  • fubarx@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 days ago

    Others have already explained the secure boot process. But one thing that might impact gaming is that TPMs also implement cryptographic acceleration in hardware. Not only does it speed up operations, it guarantees that the binary code for the library running on the chip hasn’t been modified.

    Some anti-cheat libraries might require the TPM and having secure boot on guarantees that feature exists.