[sudo-commits] sudo changeset 12927:4b6ef5dfe519

Todd C. Miller Todd.Miller at sudo.ws
Tue Feb 9 13:53:10 MST 2021


changeset:	12927:4b6ef5dfe519 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/4b6ef5dfe519
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Apr 21 11:05:32 2020 -0600

Log Message:
	Refactor the sudoedit code to copy files so it can be shared.
	The SELinux sudoedit code now extends the destination file the
	same way the non-SELinux version does.

diffstat:

 MANIFEST        |    1 +
 src/Makefile.in |   27 +++++++++--
 src/copy_file.c |  128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/sesh.c      |   37 ++++++++++-----
 src/sudo_edit.c |  116 ++++++--------------------------------------------
 src/sudo_exec.h |    3 +
 6 files changed, 193 insertions(+), 119 deletions(-)



More information about the sudo-commits mailing list