diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-07-13 00:12:47 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-24 23:32:42 -0700 |
commit | 1bbaf7cc065ca7be1f5f2953f949eca771909c81 (patch) | |
tree | b4a03612948a6d1083f11eeac9dd5a1be065cb36 /etc | |
parent | 51dc0f40702257cc3769df7d10555a4d4e2966b8 (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 ## |