Update keystone.conf permission

To avoid other users to access scecret in keystone.conf, set the
file permission to 640 instead of 644

Fix bug 1369446
Change-Id: I26af2ae803de9ba909d3356c27a33563fba68af3
This commit is contained in:
leileiz
2014-09-15 04:35:36 -04:00
parent bc8e6a9250
commit 5b0944ff56
4 changed files with 5 additions and 3 deletions

View File

@@ -352,7 +352,7 @@ describe 'openstack-identity::server' do
end
it 'has correct modes' do
expect(sprintf('%o', resource.mode)).to eq('644')
expect(sprintf('%o', resource.mode)).to eq('640')
end
end