2
0
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:
Todd C. Miller
2010-06-08 11:25:33 -04:00
parent 39e072c713
commit 6f05b565c3
8 changed files with 169 additions and 142 deletions

View File

@@ -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
}