Logging for mdo(1)

Hello, I've recently been setting up a server and got a bit fed up of doas lacking persist, looked around for options (other than sudo), and found mdo(1).

it seems to fill the use-case I have, but (unlike doas) it doesn't seem to log escalation (or credential transition) attempts anywhere? Is there a logging mechanism in place?
 
I actually followed the blog fernandel shared to set it all up, but unfortunately neither of these seem to include information about logging credential transitions into `/var/log/auth.log` like `doas` does.
 
I actually followed the blog fernandel shared to set it all up, but unfortunately neither of these seem to include information about logging credential transitions into `/var/log/auth.log` like `doas` does.
If you read

Where mdo Is Not the Right Tool,​

there are mention about logs. It is sad that we do not have them.
 
Back
Top