]> granicus.if.org Git - sudo/commit
O_NOCTTY has no effect when opening /dev/tty as the open can only
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 16 May 2016 17:17:20 +0000 (11:17 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 16 May 2016 17:17:20 +0000 (11:17 -0600)
commita2e541aef8f39eb746e3e5ed605f42a8481ca87f
tree61d5d9760d7735fd971fea9c92b96331070584f3
parent3b39377246ac7b799590f2270864b4c660e7ee9e
O_NOCTTY has no effect when opening /dev/tty as the open can only
succeed if there is already a controlling tty.
plugins/sudoers/sudoers.c
src/exec.c
src/exec_pty.c
src/sudo.c
src/tgetpass.c