]> granicus.if.org Git - sudo/commitdiff
mention the change in tty ticket behavior when there is no tty
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 19:43:00 +0000 (15:43 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 19:43:00 +0000 (15:43 -0400)
--HG--
branch : 1.7

WHATSNEW

index 9a996680912d46dc38309200cec63237c5650967..14d56df9ff8d77e218c28740aaa21521b7a57e0c 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -29,6 +29,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.