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

A memory safe implementation of sudo and su.

Results 140 sudo-rs issues
Sort by recently updated
recently updated
newest added

Add support for using Dependabot to update Github Actions, Rust and Docker. Running this in my fork creates 8 PRs at time of submission.

Sudo has about 140 CVEs associated with it, and some of them might be relevant for our implementation as well. We should go through each of them and add a...

security

Hi, Your README recommends users trying to improve the security of their sudo start by installing rustup. This is rather unfortunate, as not only does the install process of rustup...

security
suggestion

We should be careful to not call ioctl's on "stdin/stdout/stderr" while we are setuid. This is not a problem in sudo-rs per se but it makes it an accomplice. See...

security

Note that `lecture` also exists, which can have the values of `always`, `never`, `once`. Default is `once`. However that is not on our to test list.

Do something with the `use_pty` flag (this runs the spawned process in a seperate pty)

C-operatingsystem
C-exec

Closes https://github.com/memorysafety/sudo-rs/issues/252

# Milestone 2 command line flags - [x] `--user` - [x] `--group` #133 - [x] #186 - [x] #184 - [x] #182 - [x] `--reset-timestamp` (lower prio) part of #304...

test-framework