]> granicus.if.org Git - sudo/commitdiff
Describe tty timestamp improvements
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Jun 2010 22:04:08 +0000 (18:04 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Jun 2010 22:04:08 +0000 (18:04 -0400)
WHATSNEW

index ff3d0b61035c5c5c90a38ced516d1ce54ec876bf..a9094ee5806860c08860e5dbe7d45b4aa2c26b42 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -16,6 +16,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.