]> 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:35 +0000 (15:43 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 18 Jun 2010 19:43:35 +0000 (15:43 -0400)
WHATSNEW

index 76a36edaab81f6911a6eb2cc061e6020a3b9c668..b0a878cb5e8dfbcef6d6b2939ffc0f7f3649a5bc 100644 (file)
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -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.