[sudo-commits] sudo changeset 14404:1d261d802b82

Todd C. Miller Todd.Miller at sudo.ws
Mon Dec 26 07:54:05 MST 2022


changeset:	14404:1d261d802b82 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1d261d802b82
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Dec 26 07:43:55 2022 -0700

Log Message:
	Remove the Python plugin import blocker code.
	The sudo.conf file is considered a trusted source of information
	and these checks suffer from TOCTOU issues anyway.

diffstat:

 MANIFEST                                                 |    3 -
 plugins/python/Makefile.in                               |   33 +-
 plugins/python/python_importblocker.c                    |  217 ---------------
 plugins/python/python_plugin_common.c                    |    4 -
 plugins/python/regress/check_python_examples.c           |   17 +-
 plugins/python/regress/testdata/sudo.conf.developer_mode |    1 -
 plugins/python/regress/testdata/sudo.conf.normal_mode    |    1 -
 plugins/python/regress/testhelpers.c                     |    3 -
 plugins/python/regress/testhelpers.h                     |    3 -
 plugins/python/sudo_python_module.h                      |    3 -
 10 files changed, 8 insertions(+), 277 deletions(-)



More information about the sudo-commits mailing list