-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/tool/file: use 0o777 as the default Mkdir permissions
file.Create and file.Append already default to 0o666 rather than 0o644 to rely on the user's umask, but file.Mkdir was inconsistent in using 0o755 rather than 0o777. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I8f11fcc7bbd27bf34f78b41a3242af62f43cac07 Dispatch-Trailer: {"type":"trybot","CL":1200570,"patchset":2,"ref":"refs/changes/70/1200570/2","targetBranch":"master"}
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters