[sudo-commits] sudo changeset 8703:e2a7f8c7ee4c

Todd C. Miller Todd.Miller at courtesan.com
Tue Mar 5 13:09:01 EST 2013


changeset:	8703:e2a7f8c7ee4c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/e2a7f8c7ee4c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Mar 05 06:56:57 2013 -0500

Log Message:
	When running the command in a pty, defer the call to exec_setup()
	until just before we exec the command.  This is consistent with the
	non-pty path.  As a side effect, the monitor process runs as root
	and not the runas user.

diffstat:

 src/exec_pty.c |  18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)


More information about the sudo-commits mailing list