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

A memory safe implementation of sudo and su.

Results 189 sudo-rs issues
Sort by recently updated
recently updated
newest added
trafficstars

C-operatingsystem
C-exec
ubuntu

Esp: can we very precisely enable the kernel filter without loading a dynamic library

C-operatingsystem
C-exec
ubuntu

### Description Implement `passwd_timeout` option from the original sudo.

enhancement
investigate

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

bug
C-parser

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

enhancement
good first issue

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

enhancement
C-exec
chore

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.

waiting-on-upstream
freebsd