From: Todd C. Miller Date: Thu, 10 Jun 2010 22:03:16 +0000 (-0400) Subject: Describe tty timestamp improvements X-Git-Tag: SUDO_1_7_3~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52fc491e75da484404b904a91bad62d699d64eca;p=sudo Describe tty timestamp improvements --HG-- branch : 1.7 --- diff --git a/WHATSNEW b/WHATSNEW index 9bff13c41..736b768a2 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -8,6 +8,12 @@ What's new in Sudo 1.7.3? * The use_pty sudoers option can be used to force a command to be run in a pseudo-pty, even when I/O logging is not enabled. + * On some systems, sudo can now detect when a user has logged out + and back in again when tty-based time stamps are in use. Supported + systems include Solaris systems with the devices file system, + Mac OS X, and Linux systems with the devpts filesystem (pseudo-ttys + only). + * The passwd_timeout and timestamp_timeout options may now be specified as floating point numbers for more granular timeout values.