398
Sudo maintainer, handling utility for more than 30 years, is looking for support
(www.theregister.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Projects don't last forever, and when they inevitably end, it's an opportunity to switch to something newer and hopefully better. Sudo coming to an end, if it does, will just force people onto alternatives.
Being open source, sudo will always exist, whether someone else wants to maintain it, fork it, use it as-is, or just reference it. It's because it's open source that it can serve a purpose even beyond its EOL.
Anyway, sudo's not dead yet, so there's still plenty of time for people to look at what's out there. Some distros have already moved to, or are considering moving to, alternatives like
sudo-rs, so I'd expect that to continue.sudo-rs might never be adopted as a default in many distros precisely because it's in rust. or rust adoption gets better and better to the point that it runs everywhere.
Rust shouldn't be an issue IMO. Any rust libraries used are statically linked, only the good ol' C and C++ (if any) libraries it depends on would have to be dependencies to the package. So it should theoretically offer fewer issues with dependencies than the original sudo.
Actually it's because of the licence
Absolutely. Rust is great. The license change is terrible.
It doesn't have to be. There are multiple sudo alternatives.