sudo-rs
sudo-rs copied to clipboard
A memory safe implementation of sudo and su.
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...
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...
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...
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)
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...