[sudo-commits] sudo changeset 14128:79131cfb0125

Todd C. Miller Todd.Miller at sudo.ws
Fri Jul 29 16:30:15 MDT 2022


changeset:	14128:79131cfb0125 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/79131cfb0125
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jul 29 15:22:27 2022 -0600

Log Message:
	Add intercept_verify sudoers option to control execve(2) argument checking.

diffstat:

 docs/sudoers.man.in         |  27 +++++++++++++++++++++++-
 docs/sudoers.mdoc.in        |  26 ++++++++++++++++++++++-
 plugins/sudoers/def_data.c  |   4 +++
 plugins/sudoers/def_data.h  |   4 ++-
 plugins/sudoers/def_data.in |   3 ++
 plugins/sudoers/defaults.c  |   1 +
 plugins/sudoers/policy.c    |   6 ++++-
 src/exec_ptrace.c           |  10 +++++---
 src/sudo.c                  |   1 +
 src/sudo.h                  |  49 ++++++++++++++++++++++----------------------
 10 files changed, 99 insertions(+), 32 deletions(-)



More information about the sudo-commits mailing list