[sudo-commits] sudo changeset 14945:9489d8625acb

Todd C. Miller Todd.Miller at sudo.ws
Mon Jul 31 20:08:17 MDT 2023


changeset:	14945:9489d8625acb in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9489d8625acb
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jul 31 13:46:57 2023 -0600

Log Message:
	Add basic support for 32-bit and 64-bit LD_PRELOAD equivalents.

	The noexec and intercept DSO settings may now include both a 32-bit
	DSO and a 64-bit DSO specified by a colon.  For example:
	/usr/libexec/sudo/sudo_intercept.so:/usr/libexec/sudo/sudo_intercept_64.so.

diffstat:

 INSTALL.md             |   32 +++--
 config.h.in            |   11 +
 configure              |  291 +++++++++++++++++++++++++++++++-----------------
 configure.ac           |  163 +++++++++++++++++----------
 docs/sudo.conf.man.in  |   41 +++++-
 docs/sudo.conf.mdoc.in |   41 +++++-
 src/exec_preload.c     |   73 ++++++++++-
 7 files changed, 448 insertions(+), 204 deletions(-)



More information about the sudo-commits mailing list