Blog posts for `sudo-rs`
-
Memory-safe sudo to become the default in Ubuntu
May 6, 2025 – Ubuntu 25.10 is set to adopt sudo-rs by default. Sudo-rs is a memory-safe reimplementation of the widely-used sudo utility, written in the Rust programming language.
Read more ... -
A new home for memory safe sudo/su
Today we're pleased to announce that an open source memory safe implementation of sudo/su — sudo-rs — has a new long-term home at the Trifecta Tech Foundation.
Read more ... -
Sudo-rs dependencies: when less is better
Trifecta Tech Foundation maintainer Ruben Nijveld offers his perspective here on one of the greatest challenges we faced when developing software that can be widely adopted: Rust crate dependencies.
Read more ... -
Testing sudo-rs and improving sudo along the way
Faced with the task of re-implementing sudo, one of the questions that came up early on was: how do we verify that sudo-rs behaves just like the original sudo?
Read more ... -
Re-implementing Sudo in Rust
A drop-in replacement for all common modern use cases of sudo.
Read more ... -
Two core Unix-like utilities, sudo and su, are getting rewrites in Rust
Two of the most fundamental tools of the modern Unix-like command line, sudo and su, are being rewritten in the modern language Rust as part of a wider effort to get critical but aging infrastructure pieces replaced by memory-safe counterparts.
Read more ...