[sudo-commits] sudo changeset 12075:dde476072346

Todd C. Miller Todd.Miller at sudo.ws
Tue Jan 14 14:00:26 MST 2020


changeset:	12075:dde476072346 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/dde476072346
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jan 14 13:53:52 2020 -0700

Log Message:
	Fix handling of duplicate policy and I/O plugins.
	The warning message said the later I/O plugin was ignored but it
	actually overwrote the existing one instead.
	The first registered plugin of the same name now is used, as was intended.
	Specifying more than one policy plugin is no longer a fatal error;
	this allows the admin to fix the situation.

diffstat:

 src/load_plugins.c |  42 +++++++++++++++++++++++-------------------
 1 files changed, 23 insertions(+), 19 deletions(-)


More information about the sudo-commits mailing list