]> granicus.if.org Git - sudo/commitdiff
Clarify ttyname changes.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 31 Jan 2013 21:06:49 +0000 (16:06 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 31 Jan 2013 21:06:49 +0000 (16:06 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 58e59e0f6a3580f1412746a23e21148f19a99b6d..05226c70c36755ad522d776c8c3bcfd5928fd810 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
 What's new in Sudo 1.8.6p6?
 
  * On systems where the controlling tty can be determined via /proc
-   or sysctl(), do not fall back to using ttyname() if there is no
-   controlling tty.
+   or sysctl(), sudo will no longer fall back to using ttyname()
+   if the process has no controlling tty.  This prevents sudo from
+   using a non-controlling tty for logging and time stamp purposes.
 
 What's new in Sudo 1.8.6p5?