2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-27 04:43:30 +00:00
restic/changelog/unreleased
Alexander Neumann 830511460a mount: Turn on DefaultPermissions for --allow-other`
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.
2019-01-06 20:55:49 +01:00
..
issue-1605 Rework changelog entry 2018-10-14 17:39:42 +02:00
issue-2040 stats: Add shorthand flag -H for host name filter 2018-11-14 21:58:31 +00:00
issue-2097 Add key hinting (#2097) 2018-11-25 09:13:18 -05:00
pull-2017 mount: Turn on DefaultPermissions for --allow-other` 2019-01-06 20:55:49 +01:00
pull-2068 Add entry to CHANGELOG 2018-10-28 21:38:04 +01:00
pull-2070 Add entry to changelog 2018-11-02 20:40:52 +01:00
pull-2086 Rework changelog for #2085 2018-11-25 12:55:03 +01:00
pull-2095 Add changelog entry 2018-11-20 22:18:12 +01:00