Skip to content

Commit

Permalink
Add socket file to exemptions
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Jan 30, 2025
1 parent ad753a6 commit 53c5ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/test/endtoend/cluster/vttablet_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ func (vttablet *VttabletProcess) ConfirmDataDirHasNoGlobalPerms(t *testing.T) {
path.Join("data", "client-cert.pem"),
path.Join("data", "public_key.pem"),
path.Join("data", "server-cert.pem"),
"mysql.sock", // Must have global perms for anyone to use it
}

var matches []string
Expand Down

0 comments on commit 53c5ea0

Please sign in to comment.