[sudo-commits] sudo changeset 14216:205c68d452df

Todd C. Miller Todd.Miller at sudo.ws
Tue Sep 27 13:53:10 MDT 2022


changeset:	14216:205c68d452df in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/205c68d452df
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Sep 27 13:46:55 2022 -0600

Log Message:
	Add support for logging stdin/stdout/stderr in the non-pty exec path.
	If we are logging I/O but not terminal input/output (either because
	no terminal is present or because that is what the plugin requested),
	the non-pty exec path is now taken.

diffstat:

 docs/sudoers.man.in                 |   11 +-
 docs/sudoers.mdoc.in                |   11 +-
 src/exec.c                          |   10 +-
 src/exec_nopty.c                    |  273 +++++++++++++++++++++++++++++++++++-
 src/exec_pty.c                      |   10 +-
 src/regress/intercept/test_ptrace.c |    2 +-
 src/sudo_exec.h                     |    2 +-
 src/suspend_nopty.c                 |   10 +-
 8 files changed, 292 insertions(+), 37 deletions(-)



More information about the sudo-commits mailing list