diff options
-rw-r--r-- | etc/sudoers | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/sudoers b/etc/sudoers index e03a8f28..cfd22989 100644 --- a/etc/sudoers +++ b/etc/sudoers @@ -59,6 +59,10 @@ ## 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" ## +## 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. # Defaults mail_badpass ## |