Skip to content

Commit bfce67c

Browse files
committed
fix: remove config file group permissions
1 parent 8629fa9 commit bfce67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipfs-9-to-10/migration/config_conv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func convertFile(path string, enableQuic bool, convBootstrap convArray, convSwar
2929
}
3030

3131
// Create a temp file to write the output to on success
32-
out, err := atomicfile.New(path, 0660)
32+
out, err := atomicfile.New(path, 0600)
3333
if err != nil {
3434
in.Close()
3535
return err

0 commit comments

Comments
 (0)