[sudo-commits] sudo changeset 11875:8232c22e71c7

Todd C. Miller Todd.Miller at sudo.ws
Thu Oct 24 20:05:21 MDT 2019


changeset:	11875:8232c22e71c7 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8232c22e71c7
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Oct 24 20:04:33 2019 -0600

Log Message:
	Add fchmodat() and fstatat() emulation.
	Note that fchmodat() emulation does not support AT_SYMLINK_NOFOLLOW

diffstat:

 MANIFEST              |   2 +
 config.h.in           |   6 ++++
 configure             |  52 ++++++++++++++++++++++++++++++++++++
 configure.ac          |   8 +++++
 include/sudo_compat.h |  18 +++++++++++-
 lib/util/Makefile.in  |  28 +++++++++++++++++++
 lib/util/fchmodat.c   |  71 ++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/util/fstatat.c    |  72 +++++++++++++++++++++++++++++++++++++++++++++++++++
 mkdep.pl              |   2 +-
 9 files changed, 256 insertions(+), 3 deletions(-)


More information about the sudo-commits mailing list