- cross-posted to:
- rust@programming.dev
- cross-posted to:
- rust@programming.dev
You must log in or register to comment.
Cool, but I’ll stick with opendoas
If that works for you and you are happy with it, fine. But sudo-rs seems to have a bit of a different usecase since it is intended as a drop in replacement for sudo, hence it must be able to handle the sudoers file aso. It still removes some of the never-used obscure functionality that sudo had, so it is probably a lot smaller code base than original sudo.
But sudo-rs seems to have a bit of a different usecase since it is intended as a drop in replacement for sudo, hence it must be able to handle the sudoers file aso.
Other than being yet another “standard tool X clone written in Rust” project, does it actually provide any tangible value?
Does it have to?