[sudo-commits] sudo changeset 13327:345523b6e87d

Todd C. Miller Todd.Miller at sudo.ws
Tue Jul 27 09:20:48 MDT 2021


changeset:	13327:345523b6e87d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/345523b6e87d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jul 08 15:50:04 2021 -0600

Log Message:
	Check that the python module we actually loaded is what we intended.
	This is intended to provide a more useful error message if the
	user defines a module which conflicts with a system python module.
	For example, a module called test.py would conflicts with the system
	python test module.

diffstat:

 plugins/python/python_plugin_common.c |  20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)



More information about the sudo-commits mailing list