this post was submitted on 07 Sep 2025
11 points (92.3% liked)

Linux and Tech News

2300 readers
1 users here now

This is where all the News about Linux and Linux adjacent things goes. We'll use some of the articles here for the show! You can watch or listen at:

You can also get involved at our forum here on Lemmy:

Or just get the most recent episode of the show here:

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] bulwark@lemmy.world 7 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I was curious how this stacks up against the standard sudo. This is from their GitHub:

Differences from original sudo sudo-rs supports less functionality than sudo. Some of this is by design. In most cases you will get a clear error if you try something that is not supported (e.g. use a configuration flag or command line option that is not implemented).

So more restrictive, but safer.

I bet, most of the features that are not in sudo-rs are features that are rarely used in regular sudo.