[sudo-commits] sudo changeset 13440:50b23c4d0531

Todd C. Miller Todd.Miller at sudo.ws
Thu Aug 26 09:59:18 MDT 2021


changeset:	13440:50b23c4d0531 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/50b23c4d0531
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Aug 26 09:57:24 2021 -0600

Log Message:
	sudo_debug_register: add minfd argument to specify lowest fd number
	Use this in sudo_intercept.so to avoid allocating a low-numbered
	fd which the shell reserves for use by scripts.

diffstat:

 include/sudo_debug.h                      |   3 ++-
 lib/util/sudo_debug.c                     |  25 +++++++++++++++++++++----
 lib/util/util.exp.in                      |   1 +
 logsrvd/logsrvd.c                         |   4 ++--
 logsrvd/sendlog.c                         |   2 +-
 plugins/audit_json/audit_json.c           |   2 +-
 plugins/python/sudo_python_debug.c        |   2 +-
 plugins/sample_approval/sample_approval.c |   2 +-
 plugins/sudoers/sudoers_debug.c           |   2 +-
 plugins/sudoers/sudoreplay.c              |   2 +-
 src/sesh.c                                |   2 +-
 src/sudo.c                                |   2 +-
 src/sudo_intercept_common.c               |   2 +-
 13 files changed, 35 insertions(+), 16 deletions(-)



More information about the sudo-commits mailing list