From 45d05eb691437a06ab8c1079e462421c75b349f3 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Mon, 26 Aug 2024 19:43:18 +0200 Subject: [PATCH] add changelog for security descriptor race condition --- changelog/unreleased/issue-5004 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog/unreleased/issue-5004 diff --git a/changelog/unreleased/issue-5004 b/changelog/unreleased/issue-5004 new file mode 100644 index 000000000..529b65464 --- /dev/null +++ b/changelog/unreleased/issue-5004 @@ -0,0 +1,12 @@ +Bugfix: Fix spurious "A Required Privilege Is Not Held by the Client" error + +On Windows, creating a backup could sometimes print the following error + +``` +error: nodeFromFileInfo [...]: get named security info failed with: a required privilege is not held by the client. +``` + +This has been fixed. + +https://github.com/restic/restic/issues/5004 +https://github.com/restic/restic/pull/5019