Skip to content

Commit

Permalink
change ssh auth sock perms to 0700
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
  • Loading branch information
alexcb committed Nov 11, 2020
1 parent f2c8eb1 commit 486c5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/git/gitsource.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (gs *gitSourceHandler) mountSSHAuthSock(ctx context.Context, g session.Grou
ID: sshID,
UID: uid,
GID: gid,
Mode: 0775,
Mode: 0700,
})
if err != nil {
return "", nil, err
Expand Down

0 comments on commit 486c5fd

Please sign in to comment.