The petition is open to all EU resident. The goal is to replace all Windows in all public institution in Europe with a sovereign GNU/Linux.

If the petition is successful it would be a huge step forward for GNU/Linux adoption.

  • bustAsh@lemmy.world
    link
    fedilink
    arrow-up
    41
    arrow-down
    7
    ·
    1 day ago

    My main worry with Linux becoming more popular is that it will be attacked with more malware and viruses. I wouldn’t mind though if Linux programmers could come up with better protection.

    • Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      1
      ·
      16 hours ago

      Most of the Windows malware gets deployed by some user downloading and executing random files they downloaded on the web. Since installing applications on Linux is usually done through some centralized package manager or app store (Flathub), it almost entirely eliminates this attack vector. Running random scripts from the internet by downloading them using curl and piping them into sudo bash is a whole nother issue though. Noob-friendly distros like Ubuntu should IMO have some safeguards in place to block these actions.

      • pixelscript@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        12 hours ago

        Since installing applications on Linux is usually done through some centralized package manager or app store (Flathub), it almost entirely eliminates this attack vector.

        xz moment.

        Yes, I see that weasel word “almost” in that sentence. I expect it’s going to be doing increasingly heavy lifting as Linux becomes a more lucrative target to attack over time.

        Your point generally stands, though. Even if they’re fallible, at least someone is vetting it at all somewhere in this pipeline.

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

        The insecure parts of Linux is mostly on the DE side opposed to the core OS part that servers use. We absolutely will see more vulnerabilities in the future as Linux grows.

        • FooBarrington@lemmy.world
          link
          fedilink
          arrow-up
          12
          ·
          edit-2
          21 hours ago

          Many developments over the last few years have been for improving those aspects, e.g. Wayland is far more secure than X11 could ever be. There will be more vulnerabilities found, but it won’t be as bad as one might fear.

          • Vilian@lemmy.ca
            link
            fedilink
            arrow-up
            3
            ·
            12 hours ago

            Flatpak too, they could force more filesystem restrictions tho, line Android apps

    • مهما طال الليل@lemm.ee
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      edit-2
      15 hours ago

      Linux-based OSes are less uniform than Windows. They could and probably will be targeted, but exploits won’t spread because of how many verities they are and how different and incompatible they can be. Some, for example, don’t even use the GNU utils and userland.

      • pound_heap@lemm.ee
        link
        fedilink
        arrow-up
        4
        ·
        12 hours ago

        This petition is for developing something dubbed “EU-Linux”, so if implemented as is will be pretty uniform

      • gens@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        14 hours ago

        That is mostly false. Most of the code that faces the network is the same. As is most of the background running code. Linux is still more secure.