sudo-rs
sudo-rs copied to clipboard
A memory safe implementation of sudo and su.
I have found one more extremely similar bypass than the previously-reported #1310 with ACLs this time: Prep: (with alice here by the user which will exploit) ``` sudo su sysctl...
**Describe the feature you'd like see implemented in `sudo-rs`** sudo supports the `-E` (`--preserve-env`) option. This should be supported in sudo-rs. **What problem can be solved with this feature?** The...
The `*` character was not escaped, resulting in it not being displayed in the man page and the italic formatting being messed up.
**Describe the bug** I try to use `visudo` to edit my include files in /etc/sudoers.d/ to validate the syntax. Since I upgraded to Ubuntu 25.10 I noticed that `visudo` gets...
GitHub Actions have been pinned, but without inline comments showing the release version. It would improve readability to use a standard tool like https://www.npmjs.com/package/actions-up to add comments to all pinned...
Improve readability of workflows closes #1330
**Describe the bug** PAM environment variables included in `env_keep` do not get overridden by the target user's environment when passing the `-i` option to `sudo-rs`. **To Reproduce** Steps to reproduce...
**Describe the bug** Setting a login shell user with `sudo-rs` makes `root` the pty owner, where it should be the login shell user. **To Reproduce** Steps to reproduce the behavior:...
**Describe the feature you'd like see implemented in `sudo-rs`** Currently, there is no localization like there was in the regular GNU utilities. **What problem can be solved with this feature?**...