2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00
This commit is contained in:
Todd C. Miller 2020-05-05 13:36:05 -06:00
parent 6901fc97ac
commit a3e94aefa3

7
NEWS
View File

@ -77,7 +77,7 @@ What's new in Sudo 1.9.0
* The command line arguments in the SUDO_COMMAND environment * The command line arguments in the SUDO_COMMAND environment
variable are now truncated at 4096 characters. This avoids an variable are now truncated at 4096 characters. This avoids an
"Argument list too long" error when executing a command with a "Argument list too long" error when executing a command with a
large number of arguments. Debian bug #596631. large number of arguments. Bug #923 (Debian bug #596631).
* Sudo now properly ends the PAM transaction when the user * Sudo now properly ends the PAM transaction when the user
authenticates successfully but sudoers denies the command. authenticates successfully but sudoers denies the command.
@ -86,6 +86,11 @@ What's new in Sudo 1.9.0
* The sudoers grammar in the manual now indicates that "sudoedit" * The sudoers grammar in the manual now indicates that "sudoedit"
requires one or more arguments. Debian bug #571621. requires one or more arguments. Debian bug #571621.
* When copying the edited files to the original path, sudoedit now
allocates any additional space needed before writing. Previously,
it could truncate the destination file if the file system was
full. Bug #922.
What's new in Sudo 1.8.31p1 What's new in Sudo 1.8.31p1
* Sudo once again ignores a failure to restore the RLIMIT_CORE * Sudo once again ignores a failure to restore the RLIMIT_CORE