cm0002@piefed.world to Linux@programming.devEnglish · 13 days agosudo-rs Is Now The Default sudo Of Ubuntu 25.10www.phoronix.comexternal-linkmessage-square48fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linksudo-rs Is Now The Default sudo Of Ubuntu 25.10www.phoronix.comcm0002@piefed.world to Linux@programming.devEnglish · 13 days agomessage-square48fedilink
minus-squareLem453@lemmy.calinkfedilinkarrow-up0·13 days agoEveryone is focusing on the fact that this us C vs rust. The original sudo has issues on its own. Its a large code base that does lots of things and has inherent security vulnerabilities. Sudo is worth redoing regardless of language. https://linuxsecurity.com/news/security-vulnerabilities/sudo-flaws-linux-privilege-at-risk
minus-squareThe_Decryptor@aussie.zonelinkfedilinkEnglisharrow-up0·edit-212 days ago Sudo is worth redoing regardless of language. Or move away from it entirely, e.g. to something like doas which OpenBSD migrated to a decade ago.
Everyone is focusing on the fact that this us C vs rust. The original sudo has issues on its own. Its a large code base that does lots of things and has inherent security vulnerabilities.
Sudo is worth redoing regardless of language.
https://linuxsecurity.com/news/security-vulnerabilities/sudo-flaws-linux-privilege-at-risk
Or move away from it entirely, e.g. to something like
doas
which OpenBSD migrated to a decade ago.