Adopting sudo-rs By Default in Ubuntu 25.10

zebra3@zebra3:~$ sudo -V
sudo-rs 0.2.4
This is in Plucky with the alias.

sudo-rs -V In Questing
sudo-rs 0.2.5
Just for you FYI

What about systemd’s run0?

Given that ubuntu adopts most of systemd, does run0 make more sense, or is it different enough from sudo that it does not make a good replacement? was run0 considered or was a run0 wrapper considered?

That’s an excellent point. I think in that category the using run0 would be different project and problem to be solved.

sudo-rs is an easy drop-in replacement, while run0 is different approach to elevating privileges.