mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Merge pull request #90994 from thockin/fix_license_again
Fix umask better
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user