mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Add use_pty sudoers option to force use of a pty even when not logging I/O.
This commit is contained in:
@@ -326,6 +326,10 @@ struct sudo_defs_types sudo_defs_table[] = {
|
||||
"compress_io", T_FLAG,
|
||||
"Compress I/O logs using zlib",
|
||||
NULL,
|
||||
}, {
|
||||
"use_pty", T_FLAG,
|
||||
"Always run commands in a pseudo-tty",
|
||||
NULL,
|
||||
}, {
|
||||
NULL, 0, NULL
|
||||
}
|
||||
|
Reference in New Issue
Block a user