sudo-rs icon indicating copy to clipboard operation
sudo-rs copied to clipboard

A memory safe implementation of sudo and su.

Results 189 sudo-rs issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement
C-sudoedit

Not a security issue, but something where we differ.

non-compliant

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...

enhancement
wontfix

**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...

enhancement
C-pam

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...

C-operatingsystem

**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...

enhancement
good first issue
C-operatingsystem

**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...

bug