Merge pull request #90994 from thockin/fix_license_again

Fix umask better
This commit is contained in:
Kubernetes Prow Robot
2020-05-12 08:25:18 -07:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -164,6 +164,9 @@ function kube::build::verify_prereqs() {
kube::version::get_version_vars
kube::version::save_version_vars "${KUBE_ROOT}/.dockerized-kube-version-defs"
# Without this, the user's umask can leak through.
umask 0022
}
# ---------------------------------------------------------------------------