Files
restic/changelog/unreleased/pull-5718
T
Michael Eischer eb1ec4cbb4 Tweak changelogs
2026-05-15 21:45:47 +02:00

8 lines
348 B
Plaintext

Enhancement: Stricter early validation of the `mount` mountpoint
`restic mount` could accept invalid mountpoints that resulted in an error after
loading the repository. The mountpoint must now name a directory the current user can
access and write to. This is now checked before opening the repository.
https://github.com/restic/restic/pull/5718