Should OS makers, like Microsoft, be legally required to provide 15 years of security updates?

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

    Microsoft’s plan to end Windows 10 support next month — which may make an estimated 400 million PCs obsolete

    I don’t get this. Can’t those PCs update to the new version? Yes, I am very aware that win11 is a shit show and win10 was better.

    But Ubuntu also has a similar support policy for updates:

    Ubuntu LTS versions get five years of updates, while non-LTS only gets nine months.

    Would all the Linux versions out there be subjected the same 15 years of updates??

    • Hawk@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      39
      ·
      1 day ago

      No, Windows 11 added extra, unneeded hardware requirements.

      Obsolete in this case actually means obsolete. Windows 11 literally blocks the update because you do not meet requirements, such as not having a TPM.

      Technically, there are ways to bypass this, but not for a casual user (and it probably breaks some ToS)

      • Smith6612@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        1 day ago

        Yep, exactly this. You can bypass the TPM and Processor requirements, but at some point it will come back to bite someone in the butt.

        Microsoft with the 24H2 update broke Windows 11 for older systems (like Core2Duo, which are already ancient) due to a lack of required processor instructions. I’ve seen systems running under QEMU, and also on newer systems like the AMD Ryzen Zen1 platform experience “Unsupported Processor” BSODs preventing the system from booting.

        Even outside of that, Microsoft doesn’t deploy the yearly feature roll-ups to systems with unsupported hardware, even if Windows 11 is already installed. I’ve seen many unsupported systems end up stuck 1-2 builds behind, and they never see the update. They have to be manually updated using the same mechanisms that got Windows 11 installed in the first place.

        Microsoft I believe, expects Windows 11 to be running on a minimum set of hardware, and that’s all they are qualifying it for. So older systems are going to eat it at some point if they are used in production.

        The TPM checks are for security but, certainly not required if someone is willing to drop system security for some reason.

        • Buddahriffic@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          19 hours ago

          TPM is more about securing data from PC owners rather than for them. Since it’s there anyways, it is used to support bitlocker, but the reason they are pushing it so much is because it might (depending on whether it actually is secure) be able to allow content providers to allow users to view their content without needing to give them access to copy or edit it.

          And there isn’t any guarantee that the uses that do benefit the user’s security don’t have some backdoor for approved crackers to get in. Like doesn’t the MS account store a copy of the recovery key for bitlocker? Which is nice for when the user needs it, but also comes in handy if MS wants to grant access to anyone else.

          • Smith6612@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            13 hours ago

            Microsoft does on Home Edition without even asking, and it doesn’t provide the users with a choice to store the key locally OR put it on the Cloud account, like Windows Pro does. I’m sure Microsoft has a master key to an account as well. But one can hope they do not, and they are also storing those BitLocker keys in an encrypted fashion in whatever database runs the backend.

            Also agree with you on TPMs. They are useful when invoked by the user. DRM on content and software is, and always will be, anti-consumer. As for now secure TPMs are, I know Infineon did have that Random Number Generator bug which basically broke the TPMs. So there’s that.

    • hraegsvelmir@ani.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      16 hours ago

      Would all the Linux versions out there be subjected the same 15 years of updates??

      They shouldn’t be, since the model for updates is quite distinct from Windows or iOS in a way that I would argue should effectively meet the requirements anyways. If a distro releases a new version twice a year, outside of enterprise situations where a company is paying for support, there’s nothing to really stop anyone who wants from upgrading. They don’t charge for it, and while new versions might add out-of-the-box support for new hardware, it’s pretty rare for Linux to suddenly change minimum hardware requirements in a way that requires you to buy a whole new machine in order to run the latest release. The only case that immediately comes to mind is that of distros increasingly removing support for i386 machines, but in fairness, Intel discontinued manufacturing of i386 chips 18 years ago.

      Of course, this all assumes that the people in charge of making these decisions actually understand the technology in at least a general sense, and it’s not being left up to a bunch of idiots who have refused to keep up with any innovations more recent than the fax machine, so odds are kind of crap.

    • AstralPath@lemmy.ca
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 day ago

      You don’t typically pay to run Linux distros. They’re open-source. I can’t imagine they’d be subject to this.

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

        Upgrades are more seamless as well, it’s definitely a bit more blurry of a process. Plus Ubuntu releases twice a year, so their versions are more like the equivalent of Microsoft’s service packs (or whatever they call them now) but on a rolling basis.

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

      Correct, the “obsolete” PCs can’t update to Windows 11. The Windows 11 update forces certain hardware support that a lot of devices don’t have. The security this hardware provides is mainly in someone physically removing data from your PC. As such it’s very business oriented but affects all versions of Windows 11.

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

        It’s not business oriented, it provides a unique ID attached to the machine, cryptographically proven.

        Next step is to use that unique ID to identify you on the internet and digital life. Ending all privacy.

        You think this is far fetched? Kernel-level anti-cheat for games already does this and bans the machine from playing that game ever again.

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

          Couldn’t you theoretically swap out the tpm chip? Or spoof/emulate it? If not, how do VMs run Win11, do they just inherit the host tpm chip and that’s that? I feel like this was the same goal of having a mac address on each device, and it became irrelevant in short order.