[sudo-commits] sudo changeset 13929:a0407bb1fee0

Todd C. Miller Todd.Miller at sudo.ws
Thu May 5 09:38:16 MDT 2022


changeset:	13929:a0407bb1fee0 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a0407bb1fee0
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu May 05 09:29:05 2022 -0600

Log Message:
	Add support for intercepting 32-bit binaries on 64-bit systems.
	We need to define the ptrace register struct ourselves for the
	32-bit system since there is no good way to get it from the system
	headers.  Currently only implemented for x86_64 and aarch64.

diffstat:

 src/exec_ptrace.c |  263 +++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 241 insertions(+), 22 deletions(-)



More information about the sudo-commits mailing list