[sudo-commits] sudo changeset 14149:d36bcc89ee34

Todd C. Miller Todd.Miller at sudo.ws
Thu Aug 11 19:39:39 MDT 2022


changeset:	14149:d36bcc89ee34 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d36bcc89ee34
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Aug 11 19:34:50 2022 -0600

Log Message:
	Use multilib rules to look for a 64-bit group plugin on failure.
	If sudo_dso_load() fails on a 64-bit system, try to load a 64-bit
	native version of the file using system-dependent multilib rules.
	If we don't support multilib on the platform, check for a version
	of the file that ends in "64" before the .so suffix.

diffstat:

 docs/sudoers.man.in            |   32 +++++++++-
 docs/sudoers.mdoc.in           |   32 +++++++++-
 plugins/sudoers/group_plugin.c |  133 +++++++++++++++++++++++++++++++++++-----
 3 files changed, 174 insertions(+), 23 deletions(-)



More information about the sudo-commits mailing list