[sudo-commits] sudo changeset 13348:f42e11c0fde9

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:09:48 MDT 2021


changeset:	13348:f42e11c0fde9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f42e11c0fde9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 09 15:50:25 2021 -0600

Log Message:
	Add "intercept" Defaults setting to allow interception of sub-commands.
	This causes "intercept" to be set to true in command_info[] which
	the sudo front-end will use to determine whether or not to intercept
	attempts to run further commands, such as from a shell.  Also add
	"log_children" which will use the same mechanism but only log (audit)
	further commands.

diffstat:

 doc/sudoers.man.in                |   155 +-
 doc/sudoers.mdoc.in               |   140 +-
 plugins/sudoers/cvtsudoers_json.c |     7 +-
 plugins/sudoers/cvtsudoers_ldif.c |     6 +-
 plugins/sudoers/def_data.c        |     8 +
 plugins/sudoers/def_data.h        |     6 +-
 plugins/sudoers/def_data.in       |     6 +
 plugins/sudoers/fmtsudoers.c      |     6 +-
 plugins/sudoers/gram.c            |  1299 +++++-----
 plugins/sudoers/gram.h            |    94 +-
 plugins/sudoers/gram.y            |    12 +-
 plugins/sudoers/parse.c           |     9 +-
 plugins/sudoers/parse.h           |    23 +-
 plugins/sudoers/policy.c          |    12 +-
 plugins/sudoers/toke.c            |  4612 ++++++++++++++++++------------------
 plugins/sudoers/toke.l            |    12 +-
 16 files changed, 3388 insertions(+), 3019 deletions(-)



More information about the sudo-commits mailing list