[sudo-commits] sudo changeset 12577:839a9a9c0cc3

Todd C. Miller Todd.Miller at sudo.ws
Mon Aug 17 16:56:59 MDT 2020


changeset:	12577:839a9a9c0cc3 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/839a9a9c0cc3
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Aug 17 13:45:16 2020 -0600

Log Message:
	Fix sudoers_policy plugin options when sudoers_audit is not listed.
	As of sudo 1.9.1 the sudoers file is opened by the audit plugin,
	not the policy plugin.  As a result, plugin options set for
	sudoers_policy have no effect.  If sudoers_policy has plugin options
	in sudo.conf and sudoers_audit is not listed, move the options to
	sudoers_audit so they will have an effect.

diffstat:

 doc/sudoers.man.in  |  17 +++++++++++++++--
 doc/sudoers.mdoc.in |  17 +++++++++++++++--
 src/load_plugins.c  |  14 ++++++++++++--
 3 files changed, 42 insertions(+), 6 deletions(-)



More information about the sudo-commits mailing list