Merge 76581b6ed9
into 72fa575fee
This commit is contained in:
commit
d1d5b03afc
1 changed files with 1 additions and 1 deletions
2
app.go
2
app.go
|
@ -550,7 +550,7 @@ requests. We recommend supplying a valid host name.`)
|
|||
}
|
||||
|
||||
if network == "unix" {
|
||||
err = os.Chmod(bindAddress, 0o666)
|
||||
err = os.Chmod(bindAddress, 0o600)
|
||||
if err != nil {
|
||||
log.Error("Could not update socket permissions: %v", err)
|
||||
os.Exit(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue