Skip to content

Commit

Permalink
Merge pull request #583 from openshift-cherrypick-robot/cherry-pick-5…
Browse files Browse the repository at this point in the history
…82-to-release-4.12

[release-4.12] OCPBUGS-22972: Change the permission of 80-openshift-network.conf to 600
  • Loading branch information
openshift-merge-bot[bot] committed Nov 10, 2023
2 parents dc9f9af + 3575e7f commit 5594cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/openshift-sdn-node/sdn.go
Expand Up @@ -55,5 +55,5 @@ func (sdn *openShiftSDN) writeConfigFile() error {
"name": "openshift-sdn",
"type": "openshift-sdn"
}
`), 0644)
`), 0600)
}

0 comments on commit 5594cdf

Please sign in to comment.