sudo-rs
sudo-rs copied to clipboard
A memory safe implementation of sudo and su.
At the moment sudoedit hasn't even been released yet, but trying out the development version I already have a feature request :) **Describe the feature you'd like see implemented in...
Not a security issue, but something where we differ.
Hello sudo-rs maintainers, I'm the dev from RootAsRole, I wish to report a bug 😉 **Describe the bug** I wanted to compare the performance scalability of sudo-rs. I got an...
**Describe the bug** I'm trying to use the bell flag to automatically play a sound when authentication is required. However, it doesn't work as expected with fingerprint authentication. The sound...
There was a reason we implemented this two years ago, but it feels weird to have a re-implemented a type in the standard library; this confuses external contributors (should we...
**Describe the feature you'd like see implemented in `sudo-rs`** Add limited expression-style bracket expressions (e.g. "[a-z]") to https://github.com/trifectatechfoundation/sudo-rs/blob/main/src/sudo/env/wildcard_match.rs. This includes exclusion patterns such as `[^a-z]` and `[!a-z]`. **What problem can...
**Describe the bug** For credential caching sudo-rs uses TTY, session pid and init time for `RecordScope::Tty` and [only parent pid and init time for `RecordScope::Ppid`](https://github.com/trifectatechfoundation/sudo-rs/blob/17ead4e377b0addf3d13a537c92cbacb8e75a9f0/src/system/timestamp.rs#L424-L427). This behavior differs from what...