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:12:47 -0700 |
commit | 7fbf475c91cfa753862fc95a7575d8c86aa03800 (patch) | |
tree | 3f1b7648a25bea9950df49c0086eb1dd11780a5c /etc | |
parent | 90080c903084b263c3f493027eed74b50248a8b0 (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 ## |