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

mention the change in tty ticket behavior when there is no tty

This commit is contained in:
Todd C. Miller 2010-06-18 15:43:35 -04:00
parent f5c5a9bf6a
commit 677a0be850

View File

@ -37,6 +37,12 @@ What's new in Sudo 1.7.3?
to determine group membership. Currently, only Darwin (Mac OS X)
supports this.
* When the tty_tickets sudoers option is enabled but there is no
terminal device, sudo will no longer use or create a tty-based
ticket file. Previously, sudo would use a tty name of "unknown".
As a consequence, if a user has no terminal device, sudo will
now always prompt for a password.
* The passwd_timeout and timestamp_timeout options may now be
specified as floating point numbers for more granular timeout
values.