Marc R. Schoolderman

Results 166 comments of Marc R. Schoolderman

Thanks for opening this issue. For user names I based the tokeniser on the available info (e.g. a user name is an alphanumeric string which might contain dots, underscores &...

Note: a general solution allowing `@` in the syntax introduces a truly locally ambiguous grammar, since then we can not distinguish (easily) between: `Defaults@host setting=value` `username@domain hostname=rule` E.g. ``` Defaults@domain...

Alright, so since the `Defaults` syntax was already ambiguous, we can lean into that and it's probably actually not as messy to fix.

While we do that we should also add that logic to the sanity check for `/etc/sudoers`. I mean if a sysadmin is going out of their way to make it...

Here’s one relevant link on our repo with a similar request: https://github.com/trifectatechfoundation/sudo-rs/issues/762#issuecomment-2967202879. ~~As soon as I’ve found the mail thread I mentioned I will edit this post.~~ It was this...

> **Expected behavior** > > sudo-rs should ship with the necessary files to be a proper "drop-in" replacement of sudo. Thanks for illustrating this problem clearly. 👍 We are in...

The user id `1042` should be updated to something higher in any case, yes.

I think FLAC uses its own metadata tagging system instead of ID3v2 that is also substantially simpler. So I'm not un-interested in adding this. Since id3 was written FLAC has...

Currently sudo-rs (and sudo) already give parse warnings before authenticating (since you don't know if you need to authenticate before having parsed the sudoers file). We've discussed in the past...