From 0efdd7632ab574b68a3c247542c8fe77efe8d23a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 18 Jul 2023 07:26:53 -0600 Subject: [PATCH] The sudoers option is "use_pty", not "log_pty" GitHub issue #291 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1a5192684..738abafe0 100644 --- a/NEWS +++ b/NEWS @@ -63,7 +63,7 @@ What's new in Sudo 1.9.14 * Fixed a bug where only the first two digits of the TSID field being was logged. Bug #1046. - * The "log_pty" sudoers option is now enabled by default. To + * The "use_pty" sudoers option is now enabled by default. To restore the historic behavior where a command is run in the user's terminal, add "Defaults !use_pty" to the sudoers file. GitHub issue #258.