[sudo-commits] sudo changeset 10387:814cda602541

Todd C. Miller Todd.Miller at courtesan.com
Thu Apr 28 11:02:04 MDT 2016


changeset:	10387:814cda602541 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/814cda602541
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Apr 28 11:01:58 2016 -0600

Log Message:
	Do group setup in policy_init_session() before calling out to the
	plugin.  This makes it possible for the pam_group module to change
	the group in pam_setcred().  It's a bit bogus since pam_setcred()
	is documented as not changing the group or user ID, but pam_group
	is shipped with stock Linux-PAM so we need to support it.

diffstat:

 src/sudo.c |  57 ++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 32 insertions(+), 25 deletions(-)


More information about the sudo-commits mailing list