rohityadavcloud commented on code in PR #7304: URL: https://github.com/apache/cloudstack/pull/7304#discussion_r1124177147
########## scripts/util/keystore-cert-import: ########## @@ -138,6 +141,6 @@ if [ -f "$SYSTEM_FILE" ]; then fi # Fix file permission -chmod 600 $CACERT_FILE -chmod 600 $CERT_FILE -chmod 600 $PRIVKEY_FILE +chmod 750 $CACERT_FILE +chmod 750 $CERT_FILE +chmod 750 $PRIVKEY_FILE Review Comment: same as Daan - I don't think we need executable flag on certificate/keys file; read should be good? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
