Make permission 0600
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@768 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0cd7e3c09d
commit
b955e729e9
@ -97,6 +97,7 @@ sub init_db
|
||||
if ($dbinfo)
|
||||
{
|
||||
`echo "$dbinfo" > /etc/xcat/cfgloc`;
|
||||
chmod 0600,"/etc/xcat/cfgloc";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user