[sudo-commits] sudo changeset 11743:0879054870be

Todd C. Miller Todd.Miller at sudo.ws
Fri Jul 19 13:52:00 MDT 2019


changeset:	11743:0879054870be in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/0879054870be
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jul 19 13:51:23 2019 -0600

Log Message:
	If the command in sudoers does not exist on the file system, match by name.
	We still want to match the command even if it doesn't exist so that the
	NOPASSWD flag on sudoers entries with non-existant paths works as expected.
	Bug #888.

diffstat:

 plugins/sudoers/match_command.c |  17 ++++++++++-------
 plugins/sudoers/match_digest.c  |   3 +++
 2 files changed, 13 insertions(+), 7 deletions(-)


More information about the sudo-commits mailing list