FUSE: use the mount directory permissions

This commit is contained in:
Chris Lu
2020-10-03 13:37:33 -07:00
parent 95ffed87c0
commit d77e3c96e9
3 changed files with 33 additions and 3 deletions

View File

@@ -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