aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-03 13:37:33 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-03 13:37:35 -0700
commitd77e3c96e9c370d19be4f0647af2b8d5d7af04f4 (patch)
tree1e0a95d687f2989ccad2ca8cc6fa19b966ab1c1e /weed/filesys/wfs.go
parent95ffed87c0556a9f314fbd6630fc610f3d082c3e (diff)
downloadseaweedfs-d77e3c96e9c370d19be4f0647af2b8d5d7af04f4.tar.xz
seaweedfs-d77e3c96e9c370d19be4f0647af2b8d5d7af04f4.zip
FUSE: use the mount directory permissions
Diffstat (limited to 'weed/filesys/wfs.go')
-rw-r--r--weed/filesys/wfs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go
index 37e9c105a..57b4c3da5 100644
--- a/weed/filesys/wfs.go
+++ b/weed/filesys/wfs.go
@@ -37,6 +37,9 @@ type Option struct {
EntryCacheTtl time.Duration
Umask os.FileMode
+ MountUid uint32
+ MountGid uint32
+ MountMode os.FileMode
MountCtime time.Time
MountMtime time.Time