[sudo-commits] sudo changeset 10313:fe50d0c1f1b9

Todd C. Miller Todd.Miller at courtesan.com
Mon Jan 18 10:45:49 MST 2016


changeset:	10313:fe50d0c1f1b9 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/fe50d0c1f1b9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jan 18 10:45:47 2016 -0700

Log Message:
	Use faccessat(2) for directory writability instead of doing the
	checks manually where possible.  This also allows us to remove the
	#ifdef __linux__ bits since we no longer use fstat(2) on Linux with
	an O_PATH fd.

diffstat:

 config.h.in     |    3 +
 configure       |    3 +
 configure.ac    |    2 +-
 src/sudo_edit.c |  178 ++++++++++++++++++++++++++++++-------------------------
 4 files changed, 103 insertions(+), 83 deletions(-)


More information about the sudo-commits mailing list