mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 14:47:57 +08:00
Merge pull request #2238 from combineads/change_default_mode
Change default permissions
This commit is contained in:
@@ -207,7 +207,7 @@ func (f *Filer) ensureParentDirecotryEntry(ctx context.Context, entry *Entry, di
|
|||||||
Attr: Attr{
|
Attr: Attr{
|
||||||
Mtime: now,
|
Mtime: now,
|
||||||
Crtime: now,
|
Crtime: now,
|
||||||
Mode: os.ModeDir | entry.Mode | 0110,
|
Mode: os.ModeDir | entry.Mode | 0111,
|
||||||
Uid: entry.Uid,
|
Uid: entry.Uid,
|
||||||
Gid: entry.Gid,
|
Gid: entry.Gid,
|
||||||
Collection: entry.Collection,
|
Collection: entry.Collection,
|
||||||
|
Reference in New Issue
Block a user