[sudo-commits] sudo changeset 11097:3fc25570d482

Todd C. Miller Todd.Miller at sudo.ws
Wed Nov 29 12:08:08 MST 2017


changeset:	11097:3fc25570d482 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/3fc25570d482
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Nov 29 12:06:12 2017 -0700

Log Message:
	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.

diffstat:

 src/exec_pty.c |  11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)


More information about the sudo-commits mailing list