mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Add separate I/O logging functions for tty in/out and stdin/stdout/stderr.
NOTE: stdin logging does not currently work and is disabled for now.
This commit is contained in:
@@ -1313,6 +1313,9 @@ struct io_plugin sudoers_io = {
|
||||
sudoers_io_open,
|
||||
sudoers_io_close,
|
||||
sudoers_io_version,
|
||||
NULL,
|
||||
sudoers_io_log_output
|
||||
NULL, /* log_ttyin */
|
||||
sudoers_io_log_output, /* log_ttyout */
|
||||
NULL, /* log_stdin */
|
||||
sudoers_io_log_output, /* log_stdout */
|
||||
sudoers_io_log_output /* log_stderr */
|
||||
};
|
||||
|
Reference in New Issue
Block a user