plugins/python: add python approval plugin wrapper

This commit is contained in:
Robert Manner
2020-02-11 10:29:20 +01:00
committed by Todd C. Miller
parent 33e7fdcae0
commit 23af39b005
7 changed files with 308 additions and 12 deletions

View File

@@ -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);