mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Bug #722
This commit is contained in:
7
NEWS
7
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
|
only LOGNAME is present in the env_keep list, that sudo will not
|
||||||
set USER and USERNAME to the runas user.
|
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
|
What's new in Sudo 1.8.14p3
|
||||||
|
|
||||||
* Fixed a bug introduced in sudo 1.8.14p2 that prevented sudo
|
* Fixed a bug introduced in sudo 1.8.14p2 that prevented sudo
|
||||||
|
Reference in New Issue
Block a user