@brynet @benjamineskola @judfilm @mark @brightside

Ironically, one of its open bugs is completely down to #PAM, specifically #LinuxPAM not doing what #OpenPAM does.

https://github.com/slicer69/doas/issues/17#issuecomment-1553249174

The other open bug has a very simple and blunt answer: #doas cannot compile an ioctl() out of the Linux kernel. This is a bug against #Linux, the world knows it, and the bug filer should know it.

https://github.com/slicer69/doas/issues/110

#OpenBSD

password is read from stdin, not TTY · Issue #17 · slicer69/doas

repro: echo foo | doas cat This breaks piping something to a command via doas, and breaks tools (dw/mitogen) expecting it to behave like the BSD version

GitHub