1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-31 19:51:26 +00:00
restic/internal/fuse
Michael Eischer d05c88a5d6 fuse: Properly set uid/gid for directories
In #2584 this was changed to use the uid/gid of the root node. This
would be okay for the top-level directory of a snapshot, however, this
change also applied to normal directories within a snapshot. This
change reverts the problematic part and adds a test that directory
attributes are represented correctly.
2020-11-30 23:41:49 +01:00
..
blobcache.go
dir.go fuse: Properly set uid/gid for directories 2020-11-30 23:41:49 +01:00
file.go
fuse_test.go fuse: Properly set uid/gid for directories 2020-11-30 23:41:49 +01:00
link.go
meta_dir.go
other.go
root.go
snapshots_dir.go