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

Add commented out example for disabling use_pty.

This commit is contained in:
Todd C. Miller 2023-06-18 08:03:46 -06:00
parent 64b666471a
commit 4da1f373de

View File

@ -59,6 +59,10 @@
## Uncomment to use a hard-coded PATH instead of the user's to find commands ## Uncomment to use a hard-coded PATH instead of the user's to find commands
# Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" # Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
## ##
## Uncomment to restore the historic behavior where a command is run in
## the user's own terminal.
# Defaults !use_pty
##
## Uncomment to send mail if the user does not enter the correct password. ## Uncomment to send mail if the user does not enter the correct password.
# Defaults mail_badpass # Defaults mail_badpass
## ##