From: Todd C. Miller Date: Sat, 26 Sep 2015 17:02:24 +0000 (-0600) Subject: Bug #722 X-Git-Tag: SUDO_1_8_15^2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99322bcf31f58b30460c52d30c8c1adca0ba15cb;p=sudo Bug #722 --- diff --git a/NEWS b/NEWS index 0b72c736a..9caebb581 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,13 @@ What's new in Sudo 1.8.15 only LOGNAME is present in the env_keep list, that sudo will not set USER and USERNAME to the runas user. +* When the command sudo is running dies due to a signal, sudo will + now send itself that same signal with the default signal handler + installed instead of exiting. The bash shell appears to ignore + some signals, e.g. SIGINT, unless the command being run 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 + What's new in Sudo 1.8.14p3 * Fixed a bug introduced in sudo 1.8.14p2 that prevented sudo