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

      Is that good or bad? What license are they using instead?

      Edit: looks like they’re using MIT, but I can’t say I really understand the implications of that change

      • Avid Amoeba@lemmy.ca
        link
        fedilink
        arrow-up
        9
        ·
        edit-2
        1 day ago

        It’s generally not great as most non-GPL licenses allow for keeping changes from the public. GPL requires changes being made to GPL source to be released under GPL. Depending on the details some non-GPL licenses allow for creating closed source forks without releasing anything to the public. This is what allows Android OEMs to keep AOSP forks with changes that never see the light of day. In this day and age, seeing what we see with corporations corporating, we probably want more GPL than less. Maybe Rust coreutils are worth the tradeoff, I don’t know.

    • kalipixel@reddthat.com
      link
      fedilink
      arrow-up
      6
      ·
      1 day ago

      Sudo had many vulnerabilities in past some of them unpached for years and it is bloated with unnecessary functionality that increases the attack surface. Doas is more secure and minimalist for example. Not an expert to say if Ubuntu approach is correct but I appreciate their effort.

        • N.E.P.T.R@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          Ubuntu is a corporate/popular distro. It wouldn’t make much sense to move to do as when it lacks much of the functionality of sudo and isnt in a memory safe language, which is Ubuntu’s goal with replacing user space software with Rust.