]> granicus.if.org Git - sudo/commit
We don't need to be the foreground process to be able to write to
authorTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 29 Nov 2017 19:06:12 +0000 (12:06 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 29 Nov 2017 19:06:12 +0000 (12:06 -0700)
commit5ccc7ab8793571f0a93351d04883bb50512889e3
tree1e84a59b850b29e0461b94176e29fb8d9fb0d758
parent93828eca65516668a8fe80a9992f2fb744d47288
We don't need to be the foreground process to be able to write to
the terminal in most cases.  If the background process tries to
modify the terminal flags it will receive SIGTTOU which is relayed
to the sudo front-end.  This currently mishandles terminals with
the TOSTOP local flag set.
src/exec_pty.c