Marc R. Schoolderman

Results 166 comments of Marc R. Schoolderman

Going to 1.77 would also allow taking a second look at #976 and #755, so I think the time has come. The reason for fixing 1.70 was because at that...

Two general questions: * What would be the approach to take on FreeBSD? Presumable that would need the dynamic library trick? (This is not something that's in scope for merging...

> > What's the minimum Linux version that is needed to support this implementation? I think we already looked into that and it was OK at leasts even for the...

Documentation is still missing, tracked in #1095

To see if a fix is possible we should also probably have a bit more info such as what the PAM module is that provides the fingerprint and what kind...

One idea might me to ring a bell the first time PAM shows something to the user (instead of at the prompt), and then set a flag to not ring...

**This is a feature, not a bug.** We made a deliberate choice in the sudoers parser to prevent loops that allocate objects in memory from going on for arbitrary amounts...

No, I've noticed the same performance so it's probably not due to Netflix 😉. I'm sure there are some gains to be had in the policy processing department; e.g. sudo-rs...

One initial question to help us in our discussion on this: since you are prepared to cache the password yourself, would an alternative approach using `sudo --reset-timestamp --non-interactive --stdin` be...

We're going to take this feature in consideration (e.g. first identify the difficulty of implementing this). The general idea seems pretty straightforward: spawn a process with ordinary user rights (and...