this post was submitted on 04 Feb 2026
422 points (99.5% liked)

Programming

25949 readers
139 users here now

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

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

It's hard to imagine something as fundamental to computing as the sudo command becoming abandonware, yet here we are: its solitary maintainer is asking for help to keep the project alive.

Archived version

top 50 comments
sorted by: hot top controversial new old
[–] breadsmasher@lemmy.world 112 points 1 month ago (4 children)

imagine if he said fuck it and turned sudo into a crypto mining malware

[–] muhyb@programming.dev 59 points 1 month ago
[–] eleijeep@piefed.social 30 points 1 month ago (1 children)
load more comments (1 replies)
[–] Scrollone@feddit.it 25 points 1 month ago (4 children)

To be honest, it wouldn't take much for distro maintainers to detect that and stop it

load more comments (4 replies)
[–] Triumph@fedia.io 11 points 1 month ago

Lulz would be had.

[–] 0xtero@beehaw.org 76 points 1 month ago (2 children)

It’s been 12 years since Heartbleed and we’ve had numerous ”lone maintainer” issues since then. The situation shouldn’t come as a surprise or be especially ”hard to believe”.

This is the state of free software, especially when it matures.

Unless the creators manage to roll some kind of ”commercial” version, it’s not very sustainable in the long run. Turns out many eyes don’t really equal many PRs

[–] mech@feddit.org 41 points 1 month ago (2 children)

This is the state of free software, especially when it matures.

The state of free software also includes the fact that even if the sudo maintainer doesn't find support, no one steps up and sudo becomes unmaintained, sudo-rs, doas, opendoas and please already exist as alternatives.

[–] 0xtero@beehaw.org 9 points 1 month ago (1 children)

and let's not forget - systemd, which has RedHat money backing it up.

[–] srestegosaurio@lemmy.dbzer0.com 6 points 1 month ago (2 children)

Hope you don't see who pays for kernel development…

load more comments (2 replies)
[–] sbeak@sopuli.xyz 7 points 1 month ago (2 children)

hang on, there's one called please? Are there any downsides with using please instead of sudo?

[–] mech@feddit.org 6 points 1 month ago (1 children)

From what I can see, it's a sudo clone with added optional regex functionality, written in Rust.
So you can use it just like sudo, or you can limit superuser rights to directory names that contain a 💩 emoji, but only on Mondays.

[–] sbeak@sopuli.xyz 6 points 1 month ago

Interesting. I just found out that you can just use alias to use please instead of sudo which is cool!

load more comments (1 replies)
[–] FizzyOrange@programming.dev 22 points 1 month ago (1 children)

In my experience a lot of these old projects really go out of their way to dissuade contributions anyway. Lots of naysaying "it's always been like that", ancient infrastructure - e.g. insisting on git send-email patches, etc.

Usually the only way it gets resolved is when someone writes a more modern competitor and it starts gaining traction. Suddenly all those improvements that people tried to do and were told were impossible and stupid aren't such a bad idea after all.

I don't think that's the case with Unity but it probably is with things like GCC, sudo, sysvinit, X11, etc.

load more comments (1 replies)
[–] roguetrick@lemmy.world 65 points 1 month ago (1 children)

That Ubuntu unity article where the maintainer was a 10 year old when he started the project but now has shit to do is pretty funny.

[–] hddsx@lemmy.ca 13 points 1 month ago (1 children)

Please link article thanks

[–] portnull@lemmy.dbzer0.com 38 points 1 month ago (1 children)
[–] jaybone@lemmy.zip 16 points 1 month ago (1 children)

This has been depressing for a while now. I’m a big Unity fan and I’m concerned about the future.

"Maybe someone could teach us how things are done so that we can take it over in time," Adamietz added.

Wasn’t any of this documented anywhere? And who are these other team members they interviewed? How is it they don’t know how to write code? Are they just manual testers or something?

I’d try to help myself if there was some decent documentation on where to begin. But if it’s all in this kids head, we might be kinda fucked.

[–] Gonzako@lemmy.world 5 points 1 month ago

To me I tried to add people to my unity project and they were unable to actually boot it up and that angered me enough to go godot

[–] Slashme@lemmy.world 34 points 1 month ago

Following publication, Miller has been in touch to tell us that he has no plans to abandon sudo, or even hand it off, but he suspects change is still on the horizon for the essential tool.

"While I don't expect to maintain sudo for an additional 30 years, I also don't currently have someone to pass the torch to," Miller told us. He noted that the xz utils backdoor has made him hesitant to hand it off to someone he doesn't know, and that he "feels responsible for sudo" after having spent so long as its lead dev and maintainer.

Unfortunately, a lack of financial backing means sudo work has ground to a glacial pace.

"Since I have limited time I've mostly been focused on fixing bugs and cleaning up the code base rather than adding new features," Miller said. "As a result the amount of time I spend is heavily influenced by the bug reports I receive."

Funding or not, Miller expects sudo-rs to become the next generation of the tool in coming years.

"Ubuntu is already shipping sudo-rs as the default sudo command in their latest versions," Miller told us. "I've been in contact with the people working on sudo-rs since the project started and I trust them to do right by the sudo user base."

Regardless of what happens, Miller agrees the sudo situation he's in is yet another example of how open-source maintainers is putting the entire computing community in a bind.

"Without some form of assistance it is untenable," Miller said. "Maintainer burn-out is real."

[–] randomname@scribe.disroot.org 27 points 1 month ago* (last edited 1 month ago) (17 children)

It reminds me somehow on the famous xkcd webcomic: https://xkcd.com/2347

Edit for an addition: Maybe it's also a reminder that we should frequently donate when we use FOSS.

[–] howrar@lemmy.ca 6 points 1 month ago (1 children)

Of those who regularly donate (or think of donating) to FOSS projects, how many of them would've even had sudo cross their mind as a potential recipient for those donations?

load more comments (1 replies)
load more comments (16 replies)
[–] TehPers@beehaw.org 23 points 1 month ago (12 children)

Funding or not, Miller expects sudo-rs to become the next generation of the tool in coming years.

"Ubuntu is already shipping sudo-rs as the default sudo command in their latest versions," Miller told us. "I've been in contact with the people working on sudo-rs since the project started and I trust them to do right by the sudo user base."

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.

load more comments (12 replies)

https://git.sudo.ws/sudo

According to the above Robert Manner and AZero13 also have one contribution each. There's also the https://opencollective.com/sudo-project which has a board.

If Todd wants to pass off the project he has all the resources to do this.

[–] please_send_me_nudes_girl@lemmy.sdf.org 10 points 1 month ago (2 children)

Excuse me, but how isn't this a core feature, or do I think too complicated?

load more comments (2 replies)
[–] some_guy@lemmy.sdf.org 9 points 1 month ago

Don't tap Jia Tan…

[–] wonderingwanderer@sopuli.xyz 9 points 1 month ago (2 children)

Isn't the whole point of FOSS software that anyone can fork it?

[–] SailorMoss@sh.itjust.works 15 points 1 month ago (3 children)

The article points out that sudo has already been forked by Ubuntu maintainer canonical into sudo-rs which reimplements sudo in rust with better memory protections. It also states that the maintainer of sudo expects sudo-rs to be the future of sudo.

[–] mint_tamas@lemmy.world 7 points 4 weeks ago

sudo-rs is not a fork.

load more comments (2 replies)
[–] 3abas@lemmy.world 11 points 1 month ago (3 children)

You can fork it. Are you gonna maintain your fork? Is your fork going to be adopted by the majority of distributions?

load more comments (3 replies)
[–] kibiz0r@midwest.social 7 points 1 month ago

Just waiting for another xz utils situation

[–] Defectus@lemmy.world 7 points 1 month ago

One does not simply maintain sudo (lotrmeme.jpg)

[–] vext01@lemmy.sdf.org 5 points 1 month ago (3 children)
load more comments (3 replies)
load more comments
view more: next ›