[sudo-commits] sudo changeset 13366:b428c75da1ad

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 9 16:10:01 MDT 2021


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

Log Message:
	Add intercept_authenticate sudoers option, defaults to false.
	By default, sudoers will not require authentication of commands run
	via an intercepted session.  To require authenticaton of subsequent
	commands, enable intercept_authenticate in sudoers.

diffstat:

 doc/sudoers.man.in          |  19 +++++++++++++++++++
 doc/sudoers.mdoc.in         |  18 ++++++++++++++++++
 plugins/sudoers/check.c     |  10 ++++++++--
 plugins/sudoers/def_data.c  |   4 ++++
 plugins/sudoers/def_data.h  |   2 ++
 plugins/sudoers/def_data.in |   3 +++
 plugins/sudoers/policy.c    |   3 ++-
 plugins/sudoers/sudoers.c   |   8 ++++++++
 plugins/sudoers/sudoers.h   |   4 ++++
 9 files changed, 68 insertions(+), 3 deletions(-)



More information about the sudo-commits mailing list