[sudo-commits] sudo changeset 12184:2b57fac1ad0b

Todd C. Miller Todd.Miller at sudo.ws
Thu Feb 6 12:51:54 MST 2020


changeset:	12184:2b57fac1ad0b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2b57fac1ad0b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Feb 06 12:49:11 2020 -0700

Log Message:
	Add an approval plugin type that runs after the policy plugin.
	The basic idea is that the approval plugin adds an additional
	layer of policy.  There can be multiple approval plugins.

diffstat:

 doc/sudo_plugin.man.in  |  349 +++++++++++++++++++++++++++++++++++++++++++++--
 doc/sudo_plugin.mdoc.in |  322 +++++++++++++++++++++++++++++++++++++++++--
 include/sudo_plugin.h   |   16 ++
 src/load_plugins.c      |   30 +++-
 src/sudo.c              |  124 ++++++++++++++++-
 src/sudo_plugin_int.h   |    7 +-
 6 files changed, 800 insertions(+), 48 deletions(-)


More information about the sudo-commits mailing list