[sudo-commits] sudo changeset 12993:b09105b3bb42

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 16 09:35:44 MST 2021


changeset:	12993:b09105b3bb42 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/b09105b3bb42
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Feb 16 09:33:39 2021 -0700

Log Message:
	Check for invalid flag combinations from front-end for all cases.
	The checks are now performed in the check_policy, list, validate
	and invalidate functions instead of as part of the open function.
	We can't perform the checks in open because we don't yet know what
	operation is going to be performed.

diffstat:

 plugins/sudoers/policy.c |  46 ++++++++++++++++++++++++++++++++++++----------
 1 files changed, 36 insertions(+), 10 deletions(-)



More information about the sudo-commits mailing list