Marc R. Schoolderman
Marc R. Schoolderman
**Describe the feature you'd like see implemented in `sudo-rs`** If `/etc/sudoers` is missing, give a better error message than "file not found". ***or*** do something else that can be appropriate:...
Currently the resolved status is recorded in a bool + `std::path::Path`. It's nicer to capture this in the type system (ex. `Result`). Or maybe even better to only reveal the...
https://github.com/trifectatechfoundation/sudo-rs/pull/1213#discussion_r2225126700
Revert commit b8ac26915f3bb8ab9fbf76410de304254507a70b once Forky is stable.
**Describe the feature you'd like see implemented in `sudo-rs`** The `passprompt` setting in /etc/sudoers **What problem can be solved with this feature?** Allows settings the passprompt from the config file;...
When we have upgraded our minimum supported version of the `libc` crate.
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.
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...