Marc R. Schoolderman
Marc R. Schoolderman
Esp: can we very precisely enable the kernel filter without loading a dynamic library
Closing #1064
**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,...
I've left that out of the current version -- in original sudo it's meant to showcase some syntax, but I feel that in sudo-rs we may want to show some...
This function exists on Linux (since we updated to a newer libc) and FreeBSD. Maybe it's as easy as finding the right IOCTL, or maybe we need to do this...
Whether or not this is a really useful feature is up for discussion.
This includes the "compliance-tests-og" and "e2e-tests".
To be precise: - [ ] `fn starting_time` - [ ] `fn tty_device_id` These have wildly different implementations on Linux vs. FreeBSD, and likely they are different on MacOS as...
See the discussion at #892 This does require - using `RUSTFLAGS="-C debug-assertions -C overflow-checks`"` at the release side. - using the release Dockerfile to build "sudo under test". Or can...