Merge pull request #5048 from MichaelEischer/fix-macos-fuse

Fix unusable `mount` on macOS Sonoma
This commit is contained in:
Michael Eischer
2024-10-23 22:51:00 +02:00
committed by GitHub
9 changed files with 193 additions and 54 deletions
+9
View File
@@ -0,0 +1,9 @@
Bugfix: Fix unusable `mount` on macOS Sonoma
On macOS Sonoma when using fuse-t, it was not possible to access files in
a mounted repository.
This issue has been resolved.
https://github.com/restic/restic/issues/4971
https://github.com/restic/restic/pull/5048