From bcf12552a09d0c40139e5a7c64e0e806a7c04439 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 7 Dec 2021 06:32:27 -0500 Subject: [PATCH] Set uid and gid to 0 in archiveDirectory() since we don't need to store ownership info. --- src/system.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/system.cpp b/src/system.cpp index f882e22b..0fc3b9a5 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -434,7 +434,9 @@ static void archiveDirectory(const std::string& archivePath, std::vector