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

Update Bug #831 decription.

This commit is contained in:
Todd C. Miller 2018-04-24 14:29:58 -06:00
parent f23d73dfe1
commit 55869277bd

6
NEWS
View File

@ -41,8 +41,10 @@ What's new in Sudo 1.8.23
* Sudo now includes an optional set of Monty Python-inspired insults.
* Added a workaround for systems that support fexecve(2) but do
not have the /dev/fd directory available by default. Bug #831.
* Fixed the execution of scripts with an associated digest (checksum)
in sudoers on FreeBSD systems. FreeBSD does not have a proper
/dev/fd directory mounted by default and its fexecve(2) is not
fully POSIX compliant when executing scripts. Bug #831.
What's new in Sudo 1.8.22