mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Bug #722
This commit is contained in:
parent
9486afb4e5
commit
99322bcf31
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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user