rclone/cmd/serve/nfs
Nick Craig-Wood 6ba3e24853 serve nfs: fix incorrect user id and group id exported to NFS #7973
Before this change all exports were exported as root and the --uid and
--gid flags of the VFS were ignored.

This fixes the issue by exporting the UID and GID correctly which
default to the current user and group unless set explicitly.
2024-09-04 10:50:21 +01:00
..
cache_test.go serve nfs: implement on disk cache for file handles 2024-08-14 21:55:26 +01:00
cache.go serve nfs: implement on disk cache for file handles 2024-08-14 21:55:26 +01:00
filesystem.go serve nfs: fix incorrect user id and group id exported to NFS #7973 2024-09-04 10:50:21 +01:00
handler.go serve nfs: implement on disk cache for file handles 2024-08-14 21:55:26 +01:00
nfs_unsupported.go build: fix linting issues reported by golangci-lint on windows 2024-04-22 19:29:12 +02:00
nfs.go nfsmount: fix stale handle problem after converting options to new style 2024-08-28 07:08:23 +01:00
server.go serve nfs: factor caching to its own file 2024-08-14 21:55:26 +01:00