[sudo-commits] sudo changeset 15280:2f5f7666c8b1

Todd C. Miller Todd.Miller at sudo.ws
Mon Apr 29 09:21:11 MDT 2024


changeset:	15280:2f5f7666c8b1 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2f5f7666c8b1
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Apr 29 09:11:14 2024 -0600
files:		src/exec_monitor.c

Log Message:
	mon_handle_revoke: only send SIGHUP to the foreground process group.

	There's no need to signal both the foreground process group and the
	command itself (if different).  This matches the behavior of the
	session leader exiting, which is what we want to simulate.


diffstat:

 src/exec_monitor.c |  39 ++++++++++++++++-----------------------
 1 files changed, 16 insertions(+), 23 deletions(-)



More information about the sudo-commits mailing list