Marc R. Schoolderman

Results 73 issues of 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:...

enhancement
good first issue

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

minor
chore

https://github.com/trifectatechfoundation/sudo-rs/pull/1213#discussion_r2225126700

good first issue
test-framework
chore

Revert commit b8ac26915f3bb8ab9fbf76410de304254507a70b once Forky is stable.

test-framework
waiting-on-upstream

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

enhancement
C-pam

When we have upgraded our minimum supported version of the `libc` crate.

msrv
waiting-on-upstream

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

Instead of `raw_os_error()`

msrv

Not a security issue, but something where we differ.

non-compliant

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