Marc R. Schoolderman

Results 73 issues of Marc R. Schoolderman

C-operatingsystem
C-exec
ubuntu

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

C-operatingsystem
C-exec
ubuntu

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

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

documentation
good first issue

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

macos

Whether or not this is a really useful feature is up for discussion.

enhancement
wontfix

This includes the "compliance-tests-og" and "e2e-tests".

CI
freebsd

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

macos

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

test-framework
release