Files
sudo/src
Todd C. Miller 760c9c1107 Don't assume that if std{in,out,err} is a tty, it is the user's tty.
Previously, sudo only checked that the fd was a terminal, not that
it matched sudo's idea of the user's terminal.  This matters when
input or output is redirected to a different terminal.  In that
case we want to interpose the fd with a pipe even if it refers to
a terminal.  Bug #1056.
2023-07-26 19:43:49 -06:00
..
2022-07-09 11:21:17 -06:00
2023-03-24 14:56:45 -06:00
2020-08-12 13:45:09 -06:00