Skip to content

Commit

Permalink
More strict file permissions
Browse files Browse the repository at this point in the history
Co-authored-by: Farshid Tavakolizadeh <[email protected]>
  • Loading branch information
jpm-canonical and farshidtz authored Aug 5, 2024
1 parent 5e0834f commit 020732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ func WriteLogFile(t *testing.T, label string, content string) error {
return os.WriteFile(
logFileName(t, label),
[]byte(content),
0777,
0644,
)
}

0 comments on commit 020732d

Please sign in to comment.