2019-01-06 19:55:49 +00:00
|
|
|
Enhancement: mount: Enforce FUSE Unix permissions with allow-other
|
2018-10-03 06:17:39 +00:00
|
|
|
|
2019-01-06 19:55:49 +00:00
|
|
|
The fuse mount (`restic mount`) now lets the kernel check the permissions of
|
|
|
|
the files within snapshots (this is done through the `DefaultPermissions` FUSE
|
|
|
|
option) when the option `--allow-other` is specified.
|
2018-10-03 06:17:39 +00:00
|
|
|
|
|
|
|
To restore the old behavior, we've added the `--no-default-permissions` option.
|
2019-01-06 19:55:49 +00:00
|
|
|
This allows all users that have access to the mount point to access all
|
|
|
|
files within the snapshots.
|
2018-10-03 06:17:39 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/2017
|