2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

Mention HP-UX reboot fix.

This commit is contained in:
Todd C. Miller 2012-08-10 12:07:52 -04:00
parent d89b1a6be2
commit afaf5e07fe

6
NEWS
View File

@ -42,6 +42,12 @@ What's new in Sudo 1.8.6?
used to give a user the ability to run a command as themselves used to give a user the ability to run a command as themselves
but with an expanded privilege set. but with an expanded privilege set.
* Fixed a problem with the reboot and shutdown commands on some
systems (such as HP-UX and BSD). On these systems, reboot sends
all processes (except itself) SIGTERM. When sudo received
SIGTERM, it would relay it to the reboot process, thus killing
reboot before it had a chance to actually reboot the system.
* Support for using the System Security Services Daemon (SSSD) as * Support for using the System Security Services Daemon (SSSD) as
a source of sudoers data. a source of sudoers data.