[sudo-commits] sudo changeset 13719:5f59bc3f9d81

Todd C. Miller Todd.Miller at sudo.ws
Sat Jan 8 11:36:08 MST 2022


changeset:	13719:5f59bc3f9d81 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5f59bc3f9d81
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jan 08 11:35:03 2022 -0700

Log Message:
	Add pam_askpass_service sudoers setting for "sudo -A".
	This makes it possible to use a different PAM configuration for
	when "sudo -A" is used.  The main use case is to only use PAM modules
	that can interact with the askpass program.  GitHub issue #112.

diffstat:

 docs/sudoers.man.in         |   22 +++++++-
 docs/sudoers.mdoc.in        |   21 ++++++-
 plugins/sudoers/auth/pam.c  |   10 ++-
 plugins/sudoers/def_data.c  |    4 +
 plugins/sudoers/def_data.h  |  124 ++++++++++++++++++++++---------------------
 plugins/sudoers/def_data.in |    3 +
 plugins/sudoers/policy.c    |   16 +++-
 plugins/sudoers/sudoers.h   |    2 +-
 src/parse_args.c            |    6 +-
 9 files changed, 132 insertions(+), 76 deletions(-)



More information about the sudo-commits mailing list