Duncaen / OpenDoas

A portable fork of the OpenBSD `doas` command
Other
623 stars 35 forks source link

doas prints pam conversation to stdout #95

Closed eternal-sorrow closed 2 years ago

eternal-sorrow commented 2 years ago

I use pam_fprintd PAM module for fingerprint authentication. It works mostly fine, bu I have one issue. Whenever I try to do something like doas command > file, the fprintd prompt line "Place your finger on the fingerprint reader" gets redirected to the file along with the command output. Fprintd issue says it was fixed with sudo (I tested, and it indeed is), but I still get this problem with doas.

gcb commented 1 year ago

fix looks right, but still see the bad behaviour on opendoas 6.8.2-1

i get output of pam/fingerprintd in my stdout.

fossdd commented 6 days ago

fix looks right, but still see the bad behaviour on opendoas 6.8.2-1

The commit is unreleased. I'm using the Arch Linux package (looks like you aswell) and they don't include the patch.

It would be awesome if @Duncaen could release a new stable release, so disitobutions can pick it up. :-)