Skip to content

Commit 4da1f37

Browse files
committed
Add commented out example for disabling use_pty.
1 parent 64b6664 commit 4da1f37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/sudoers/sudoers.in

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
## Uncomment to use a hard-coded PATH instead of the user's to find commands
6060
# Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
6161
##
62+
## Uncomment to restore the historic behavior where a command is run in
63+
## the user's own terminal.
64+
# Defaults !use_pty
65+
##
6266
## Uncomment to send mail if the user does not enter the correct password.
6367
# Defaults mail_badpass
6468
##

0 commit comments

Comments
 (0)