plugins/python: add python approval plugin example

This commit is contained in:
Robert Manner
2020-02-11 10:28:05 +01:00
committed by Todd C. Miller
parent 23af39b005
commit 80b3d86d6e
3 changed files with 21 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ install_gid = 0
SHELL = @SHELL@
EXAMPLES = example_conversation.py example_debugging.py example_group_plugin.py example_io_plugin.py example_policy_plugin.py \
example_audit_plugin.py
example_audit_plugin.py example_approval_plugin.py
OBJS = python_plugin_common.lo python_plugin_policy.lo python_plugin_io.lo python_plugin_group.lo pyhelpers.lo \
python_importblocker.lo python_convmessage.lo sudo_python_module.lo sudo_python_debug.lo \