Skip to content

Commit

Permalink
osfs: update defaultDirectoryMode to respect umask when creating dire…
Browse files Browse the repository at this point in the history
…ctories
  • Loading branch information
BeChris committed Jan 11, 2025
1 parent 6f20320 commit 9d8e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osfs/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
defaultDirectoryMode = 0o755
defaultDirectoryMode = 0o777
defaultCreateMode = 0o666
)

Expand Down

0 comments on commit 9d8e3bf

Please sign in to comment.