2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Include all python plugin files in MANIFEST, not the directory itself.

This commit is contained in:
Todd C. Miller 2020-04-07 14:10:36 -06:00
parent 468a5d228e
commit ee868776de

View File

@ -310,7 +310,6 @@ plugins/group_file/getgrent.c
plugins/group_file/group_file.c
plugins/group_file/group_file.exp
plugins/group_file/plugin_test.c
plugins/python
plugins/python/Makefile.in
plugins/python/example_approval_plugin.py
plugins/python/example_audit_plugin.py
@ -339,6 +338,80 @@ plugins/python/python_plugin_policy.c
plugins/python/regress/check_python_examples.c
plugins/python/regress/iohelpers.c
plugins/python/regress/iohelpers.h
plugins/python/regress/plugin_approval_test.py
plugins/python/regress/plugin_conflict.py
plugins/python/regress/plugin_errorstr.py
plugins/python/regress/testdata/check_example_audit_plugin_receives_accept.stdout
plugins/python/regress/testdata/check_example_audit_plugin_receives_error.stdout
plugins/python/regress/testdata/check_example_audit_plugin_receives_reject.stdout
plugins/python/regress/testdata/check_example_audit_plugin_version_display.stdout
plugins/python/regress/testdata/check_example_audit_plugin_workflow_multiple.stderr
plugins/python/regress/testdata/check_example_audit_plugin_workflow_multiple.stdout
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_with_suspend.conversation
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_with_suspend.stderr
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_with_suspend.stdout
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_with_suspend.stored
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_without_suspend.conversation
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_without_suspend.stderr
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_without_suspend.stdout
plugins/python/regress/testdata/check_example_conversation_plugin_reason_log_without_suspend.stored
plugins/python/regress/testdata/check_example_conversation_plugin_user_interrupts.conv
plugins/python/regress/testdata/check_example_conversation_plugin_user_interrupts.conversation
plugins/python/regress/testdata/check_example_conversation_plugin_user_interrupts.stderr
plugins/python/regress/testdata/check_example_conversation_plugin_user_interrupts.stdout
plugins/python/regress/testdata/check_example_debugging_c_calls@diag.log
plugins/python/regress/testdata/check_example_debugging_c_calls@info.log
plugins/python/regress/testdata/check_example_debugging_load@diag.log
plugins/python/regress/testdata/check_example_debugging_plugin@err.log
plugins/python/regress/testdata/check_example_debugging_plugin@info.log
plugins/python/regress/testdata/check_example_debugging_py_calls@diag.log
plugins/python/regress/testdata/check_example_debugging_py_calls@info.log
plugins/python/regress/testdata/check_example_debugging_sudo_cb@info.log
plugins/python/regress/testdata/check_example_group_plugin_is_able_to_debug.log
plugins/python/regress/testdata/check_example_io_plugin_command_log.stderr
plugins/python/regress/testdata/check_example_io_plugin_command_log.stdout
plugins/python/regress/testdata/check_example_io_plugin_command_log.stored
plugins/python/regress/testdata/check_example_io_plugin_command_log_multiple.stderr
plugins/python/regress/testdata/check_example_io_plugin_command_log_multiple.stdout
plugins/python/regress/testdata/check_example_io_plugin_command_log_multiple1.stored
plugins/python/regress/testdata/check_example_io_plugin_command_log_multiple2.stored
plugins/python/regress/testdata/check_example_io_plugin_failed_to_start_command.stderr
plugins/python/regress/testdata/check_example_io_plugin_failed_to_start_command.stdout
plugins/python/regress/testdata/check_example_io_plugin_failed_to_start_command.stored
plugins/python/regress/testdata/check_example_io_plugin_fails_with_python_backtrace.stderr
plugins/python/regress/testdata/check_example_io_plugin_fails_with_python_backtrace.stdout
plugins/python/regress/testdata/check_example_io_plugin_version_display.stderr
plugins/python/regress/testdata/check_example_io_plugin_version_display.stdout
plugins/python/regress/testdata/check_example_io_plugin_version_display.stored
plugins/python/regress/testdata/check_example_io_plugin_version_display_full.stdout
plugins/python/regress/testdata/check_example_policy_plugin_accepted_execution.stderr
plugins/python/regress/testdata/check_example_policy_plugin_accepted_execution.stdout
plugins/python/regress/testdata/check_example_policy_plugin_denied_execution.stderr
plugins/python/regress/testdata/check_example_policy_plugin_denied_execution.stdout
plugins/python/regress/testdata/check_example_policy_plugin_failed_execution.stderr
plugins/python/regress/testdata/check_example_policy_plugin_failed_execution.stdout
plugins/python/regress/testdata/check_example_policy_plugin_list.stderr
plugins/python/regress/testdata/check_example_policy_plugin_list.stdout
plugins/python/regress/testdata/check_example_policy_plugin_validate_invalidate.log
plugins/python/regress/testdata/check_example_policy_plugin_version_display.stderr
plugins/python/regress/testdata/check_example_policy_plugin_version_display.stdout
plugins/python/regress/testdata/check_example_policy_plugin_version_display_full.stdout
plugins/python/regress/testdata/check_loading_fails_missing_classname.stderr
plugins/python/regress/testdata/check_loading_fails_missing_classname.stdout
plugins/python/regress/testdata/check_loading_fails_missing_path.stderr
plugins/python/regress/testdata/check_loading_fails_missing_path.stdout
plugins/python/regress/testdata/check_loading_fails_not_owned_by_root.stderr
plugins/python/regress/testdata/check_loading_fails_not_owned_by_root.stdout
plugins/python/regress/testdata/check_loading_fails_wrong_classname.stderr
plugins/python/regress/testdata/check_loading_fails_wrong_classname.stdout
plugins/python/regress/testdata/check_loading_fails_wrong_path.stderr
plugins/python/regress/testdata/check_loading_fails_wrong_path.stdout
plugins/python/regress/testdata/check_loading_succeeds_with_missing_classname.stdout
plugins/python/regress/testdata/check_multiple_approval_plugin_and_arguments.stderr
plugins/python/regress/testdata/check_multiple_approval_plugin_and_arguments.stdout
plugins/python/regress/testdata/check_python_plugins_do_not_affect_each_other.stdout
plugins/python/regress/testdata/sudo.conf.developer_mode
plugins/python/regress/testdata/sudo.conf.normal_mode
plugins/python/regress/testhelpers.c
plugins/python/regress/testhelpers.h
plugins/python/sudo_python_debug.c