From 6b10b3c8c0654d63b84e18f5b4c21e342788cdc7 Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Fri, 4 Jan 2019 14:39:47 -0500 Subject: Also remap GID under non-MacOS The manpage says that -o idmap=user maps the UID and GID, but it apparently only mapped the UID. The code was in place to map the GID as well, but it was hidden behind #ifdef __APPLE__. This commit removes those #ifdefs, and in a couple of cases the code inside an #else, to make the option behave as documented. --- ChangeLog.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 13e94c7..7e88754 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,8 @@ +Unreleased Changes +------------------ + +* Fixed "-o idmap=user" to map both UID and GID on all OSs. + Release 3.5.1 (2018-12-22) -------------------------- -- cgit v1.2.3