[sudo-commits] sudo changeset 12781:8a415f555cf9

Todd C. Miller Todd.Miller at sudo.ws
Sun Dec 20 08:46:57 MST 2020


changeset:	12781:8a415f555cf9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8a415f555cf9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Dec 20 08:43:34 2020 -0700

Log Message:
	The runas user must be set before applying runas-based Defaults.
	This effectively backs out changeset f738f5ac5350, which made
	it possible to log the command when an invalid user was specified.
	The policy plugin API doesn't supply the command until the check
	function, at which point we've already denied the command due to
	the invalid user.  Bug #951.

diffstat:

 plugins/sudoers/sudoers.c |  34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)



More information about the sudo-commits mailing list