[sudo-commits] sudo changeset 13427:690ebf72b6f8

Todd C. Miller Todd.Miller at sudo.ws
Sat Aug 21 08:46:25 MDT 2021


changeset:	13427:690ebf72b6f8 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/690ebf72b6f8
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Aug 21 08:44:16 2021 -0600

Log Message:
	Add execv(3) support to sudo_intercept.so.
	This allows intercept to work with csh which uses execv(3) not execve(2).

diffstat:

 doc/sudo.conf.man.in  |  16 ++++++++--------
 doc/sudo.conf.mdoc.in |  16 ++++++++--------
 doc/sudoers.man.in    |   4 +++-
 doc/sudoers.mdoc.in   |   4 +++-
 src/intercept.exp     |   1 +
 src/sudo_intercept.c  |  14 ++++++++++++++
 6 files changed, 37 insertions(+), 18 deletions(-)



More information about the sudo-commits mailing list