diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-07-13 00:12:47 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-13 00:15:14 -0700 |
commit | 6a1ab98aa9e553e2197669a3382da835a84569de (patch) | |
tree | b71078a9ca684505215bb5a104615069f519640f /etc | |
parent | de41085d3dfab0f3fc1a2ee2b96a6bed7c40192d (diff) |
pacdiff
Diffstat (limited to 'etc')
-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 ## |