2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

The sudoers option is "use_pty", not "log_pty"

GitHub issue #291
This commit is contained in:
Todd C. Miller 2023-07-18 07:26:53 -06:00
parent 4b5480cf76
commit 0efdd7632a

2
NEWS
View File

@ -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.