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

    You absolutely can have that and more, what we in industry, attestation on Linux. Though the most obvious adaptation of that would the confidential computing space for key bits of the game data instead of the whole fucking OS. Though hardware level memory encryption is a server CPU feature that I don’t think any desktop ones support yet

    • Evotech@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 day ago

      Yeah confidential compute would be the way to go. But it’s expensive and not mainstream yet

    • Noxy@pawb.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      Ryzen so-called “AI” Max Pro has hardware level memory encryption, at least it does on my HP ZBook. But it might be actually be the first laptop to do that as far as I know

      • fruitycoder@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        1 day ago

        Ahh, it’s a got a system called Memory Guard but that is just brand name for Transparent SME. Which still, freaking finally, that’s awesome. Though in the context of confidential computing, where container/VM memory spaces are assured through encryption it doesn’t help since there is no granular page control just the entire memory system transparently to the system above.

        Though I’m not sure if that is a hardware, firmware, or driver limitation (I think below driver because of the reports I saw of fedora failing to boot with the kernel flag set to use it).

        https://en.wikichip.org/wiki/x86/sme

        • Noxy@pawb.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 day ago

          On my laptop it seems totally transparent to the OS, but I haven’t tried setting any kernel params for it, didn’t even occur to me there was such a thing but it’d make sense if there is