Github user bhaisaab commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1420#discussion_r53457178
--- Diff: scripts/vm/systemvm/injectkeys.sh ---
@@ -27,7 +27,7 @@ set -e
TMP=/tmp
MOUNTPATH=${HOME}/systemvm_mnt
TMPDIR=${TMP}/cloud/systemvm
-
+umask 022
--- End diff --
Note: This simply affects only those files created by this script's owner
user and not by root (or sudo).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---