sudo-rs
sudo-rs copied to clipboard
A memory safe implementation of sudo and su.
Esp: can we very precisely enable the kernel filter without loading a dynamic library
### Description Implement `passwd_timeout` option from the original sudo.
Closing #1064
**Describe the bug** `sudo-rs` seems to be unable to work with active directory domain groups in sudoers files. Seems it stumbles upon the `@` when parsing those files. **To Reproduce**...
**Describe the feature you'd like see implemented in `sudo-rs`** Right now sudo-rs treats `.` in `secure_path`/`PATH` by moving it "to the rear", like ogsudo does on Linux. But on FreeBSD,...
**Describe the feature you'd like see implemented in `sudo-rs`** As the [RootAsRole](https://github.com/LeChatP/RootAsRole/) developer and a PhD Student, I have created an alternative to sudo. This alternative is much more developed...
Podman on FreeBSD currently puts each docker exec command in a jail with separate `/dev/pts`. This breaks the SIGWINCH tests. Once Podman fixes this, re-enable the corresponding tests.