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:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user