On Mon, 27 Jul 2015 11:12:17 +0100, Kevin Chadwick wrote: > It's not a big deal but one feature of sudo that I occasionally use is > sudoedit.
You can get sudoedit-like functionality without building it into doas. All you really need is an editor front-end that uses getlogin(2) to figure out the user to run the editor as. I thought Openwall Linux had something like this but I can't find a reference to it right now. - todd