From 0301f21b07bce394960b9bacd9060890ba601042 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 2 May 2008 20:29:15 +0000 Subject: [PATCH] -Fix client setup to not overprotect the CA certificate git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1262 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/share/xcat/scripts/setup-local-client.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server-2.0/share/xcat/scripts/setup-local-client.sh b/xCAT-server-2.0/share/xcat/scripts/setup-local-client.sh index c8f691f99..31c54862a 100755 --- a/xCAT-server-2.0/share/xcat/scripts/setup-local-client.sh +++ b/xCAT-server-2.0/share/xcat/scripts/setup-local-client.sh @@ -54,5 +54,7 @@ cp ca-cert.pem $USERHOME/.xcat/ca.pem chown -R $1 $USERHOME/.xcat find $USERHOME/.xcat -type f -exec chmod 600 {} \; find $USERHOME/.xcat -type d -exec chmod 700 {} \; +chmod 644 $USERHOME/.xcat/ca.pem +chmod 755 $USERHOME/.xcat cd -