[sudo-commits] sudo changeset 15056:ca522bffdf37

Todd C. Miller Todd.Miller at sudo.ws
Thu Sep 14 19:57:17 MDT 2023


changeset:	15056:ca522bffdf37 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/ca522bffdf37
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Sep 13 16:46:23 2023 -0600
files:		plugins/sudoers/match_command.c plugins/sudoers/pivot.c plugins/sudoers/pivot.h plugins/sudoers/regress/fuzz/fuzz_stubs.c plugins/sudoers/stubs.c plugins/sudoers/testsudoers.c

Log Message:
	Remove pivot_get_root() and pivot_get_cwd().

	They are unnecessary since struct sudoers_pivot is not opaque.
	The implementation details are private to match_command.c.


diffstat:

 plugins/sudoers/match_command.c           |  66 +++++++++++++++---------------
 plugins/sudoers/pivot.c                   |  12 -----
 plugins/sudoers/pivot.h                   |   2 -
 plugins/sudoers/regress/fuzz/fuzz_stubs.c |  12 -----
 plugins/sudoers/stubs.c                   |  14 ------
 plugins/sudoers/testsudoers.c             |  12 -----
 6 files changed, 34 insertions(+), 84 deletions(-)



More information about the sudo-commits mailing list