diff --git a/changelog/unreleased/pull-21784 b/changelog/unreleased/pull-21784 index 1d77d5009..67020fed9 100644 --- a/changelog/unreleased/pull-21784 +++ b/changelog/unreleased/pull-21784 @@ -1,6 +1,6 @@ Bugfix: Support exporting a `restic mount` of a Windows system via Samba -A repository mounted using `restic mount` on a POSIX system, could not use +A repository mounted using `restic mount` on a POSIX system could not use Samba to export files from restic backups of Windows systems. Backups of other systems were not affected. This has been fixed. diff --git a/changelog/unreleased/pull-5465 b/changelog/unreleased/pull-5465 index 64783d035..bf8182b05 100644 --- a/changelog/unreleased/pull-5465 +++ b/changelog/unreleased/pull-5465 @@ -1,6 +1,6 @@ Bugfix: Correctly restore ACL inheritance state on Windows -Since security descriptor backups were added in restic 0.17.0, Access Control Entries +Since security descriptor backups were added in restic 0.17.0, Access Control Entry inheritance was not restored correctly on Windows: restored permissions were always marked as explicit (not inherited) even when they were inherited from a parent folder.