[sudo-commits] sudo changeset 13470:59dfbbd39bf6

Todd C. Miller Todd.Miller at sudo.ws
Wed Sep 8 09:41:37 MDT 2021


changeset:	13470:59dfbbd39bf6 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/59dfbbd39bf6
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Sep 07 19:55:45 2021 -0600

Log Message:
	Add support for execl, execle, execlp, execvp, and execvpe.
	Currently, PATH traversal is handled by sudoers which uses
	the original PATH, not the one updated by the shell.

diffstat:

 doc/sudo.conf.man.in  |   11 +-
 doc/sudo.conf.mdoc.in |   11 +-
 doc/sudoers.man.in    |   22 +++-
 doc/sudoers.mdoc.in   |   22 +++-
 src/intercept.exp     |    5 +
 src/sudo_intercept.c  |  244 ++++++++++++++++++++++++++++++++++++++++---------
 6 files changed, 251 insertions(+), 64 deletions(-)



More information about the sudo-commits mailing list