plugins/python: add python approval plugin wrapper
This commit is contained in:

committed by
Todd C. Miller

parent
33e7fdcae0
commit
23af39b005
@@ -620,6 +620,7 @@ sudo_module_init(void)
|
||||
{"POLICY", SUDO_POLICY_PLUGIN},
|
||||
{"AUDIT", SUDO_AUDIT_PLUGIN},
|
||||
{"IO", SUDO_IO_PLUGIN},
|
||||
{"APPROVAL", SUDO_APPROVAL_PLUGIN}
|
||||
};
|
||||
MODULE_REGISTER_ENUM("PLUGIN_TYPE", constants_plugin_types);
|
||||
|
||||
|
Reference in New Issue
Block a user