Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: pki: ca private key perms
......................................................................

packaging: pki: ca private key perms

Change-Id: I66451545cf7875d4671924ffdf4e578035357d92
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M packaging/bin/pki-create-ca.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/84/25084/1

diff --git a/packaging/bin/pki-create-ca.sh b/packaging/bin/pki-create-ca.sh
index bc64550..e883b3a 100755
--- a/packaging/bin/pki-create-ca.sh
+++ b/packaging/bin/pki-create-ca.sh
@@ -52,7 +52,7 @@
        touch "${PKIDIR}/database.txt" "${PKIDIR}/.rnd" || die "Cannot write to 
database.txt"
 
        touch "${PKIDIR}/private/ca.pem"
-       chmod g-rwx "${PKIDIR}/private/ca.pem" || die "Cannot set CA 
permissions"
+       chmod go-rwx "${PKIDIR}/private/ca.pem" || die "Cannot set CA 
permissions"
        openssl genrsa \
                -out "${PKIDIR}/private/ca.pem" \
                2048 \


-- 
To view, visit http://gerrit.ovirt.org/25084
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I66451545cf7875d4671924ffdf4e578035357d92
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to