plugins/python: add example python audit plugin

This commit is contained in:
Robert Manner
2020-02-03 12:56:42 +01:00
committed by Todd C. Miller
parent cbf60cff5d
commit 52d067b01f
3 changed files with 88 additions and 1 deletions

View File

@@ -114,7 +114,8 @@ install_gid = 0
SHELL = @SHELL@
EXAMPLES = example_conversation.py example_debugging.py example_group_plugin.py example_io_plugin.py example_policy_plugin.py
EXAMPLES = example_conversation.py example_debugging.py example_group_plugin.py example_io_plugin.py example_policy_plugin.py \
example_audit_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 \