mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
830511460a
This commit changes the logic slightly: checking the permissions in the fuse mount when nobody else besides the current user can access the fuse mount does not sense. The current user has access to the repo files in addition to the password, so they can access all data regardless of what the fuse mount does. Enabling `--allow-root` allows the root user to access the files in the fuse mount, for this user no permission checks will be done anyway. The code now enables `DefaultPermissions` automatically when `--allow-other` is set, it can be disabled with `--no-default-permissions` to restore the old behavior. |
||
---|---|---|
.. | ||
issue-1605 | ||
issue-2040 | ||
issue-2097 | ||
pull-2017 | ||
pull-2068 | ||
pull-2070 | ||
pull-2086 | ||
pull-2095 |