[sudo-commits] sudo changeset 10229:153f016db8f1

Todd C. Miller Todd.Miller at courtesan.com
Sat Sep 26 11:02:27 MDT 2015


changeset:	10229:153f016db8f1 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/153f016db8f1
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Sep 26 10:53:16 2015 -0600

Log Message:
	When the command sudo is running is killed by a signal, sudo will
	now send itself the same signal with the default signal handler
	instead of exiting.  The bash shell appears to ignore some signals,
	e.g.  SIGINT, unless the command is killed by that signal.  This
	makes the behavior of commands run under sudo the same as without
	sudo when bash is the shell.  Bug #722

diffstat:

 src/sudo.c |  41 +++++++++++++++++++++++++----------------
 1 files changed, 25 insertions(+), 16 deletions(-)


More information about the sudo-commits mailing list