• onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    3 days ago

    Only downside is the MIT license, but they are doing good work. Glad they started the project. It also makes it easier to integrate onto other operating systems thanks to the rust toolchain.

      • doodoo_wizard@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        2 days ago

        I’m a big fan of gpl everything, but when sudo was getting installed in everything the argument that “this great security technology needs to be permissively licensed so there will be no reason for companies to not make its use standard practice” held a lot of weight!

  • felsiq@piefed.zip
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    They’re absolutely right about the packaging for many distros needing work - I’ve been using sudo-rs as a replacement for sudo on arch for a long time now and it’s been great, except for the install. Installing this and removing the original sudo was a pain in the ass and requires installing the original sudo first to get the default configs. If this changed, I think a lot more people would try it and adoption would benefit a lot.

  • D_Air1@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    My only problem with sudo-rs is that unlike the other rust rewrites. Compatibility isn’t a goal. I use the -E flag for some very specific programs and trying to manually pass in a bunch of different variables from my user environment has proven both tedious and in some cases doing so still results in programs not launching as I don’t know exactly which variable it needs.