2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-28 21:07:55 +00:00

Move SIGPIPE bug fix to 1.8.18 where it belongs

This commit is contained in:
Todd C. Miller 2016-08-25 13:24:03 -06:00
parent a246c9570a
commit c50b835255

6
NEWS
View File

@ -39,14 +39,14 @@ What's new in Sudo 1.8.18
have been added to control sudo's behavior when it is unable to have been added to control sudo's behavior when it is unable to
write to the audit and I/O logs. write to the audit and I/O logs.
* Fixed a bug introduced in 1.8.17 where the SIGPIPE signal handler
was not being restored when sudo directly executes the command.
What's new in Sudo 1.8.17p1 What's new in Sudo 1.8.17p1
* Fixed a bug introduced in 1.8.17 where the user's groups were * Fixed a bug introduced in 1.8.17 where the user's groups were
not set on systems that don't use PAM. Bug #749. not set on systems that don't use PAM. Bug #749.
* Fixed a bug introduced in 1.8.17 where the SIGPIPE signal handler
was not being restored when sudo directly executes the command.
What's new in Sudo 1.8.17 What's new in Sudo 1.8.17
* On AIX, if /etc/security/login.cfg has auth_type set to PAM_AUTH * On AIX, if /etc/security/login.cfg has auth_type set to PAM_AUTH