[sudo-commits] sudo changeset 13350:b40091760952

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:09:49 MDT 2021


changeset:	13350:b40091760952 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b40091760952
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:25 2021 -0600

Log Message:
	Allocate a socketpair to communicate with sudo_intercept.so over.
	This is used for the intercept and log_children options.

diffstat:

 include/sudo_compat.h |   20 +++++++
 src/exec.c            |  135 +++++++++++++++++++++++++++++++++++++++++++++++--
 src/exec_common.c     |   13 ++-
 src/exec_monitor.c    |   25 +++++---
 src/exec_nopty.c      |   34 +++++++++++-
 src/exec_pty.c        |   33 ++++++++++-
 src/selinux.c         |    2 +-
 src/sesh.c            |    2 +-
 src/sudo_exec.h       |    7 +-
 9 files changed, 238 insertions(+), 33 deletions(-)



More information about the sudo-commits mailing list