Merge pull request #1134 from eighthave/remove-redundant

remove redundant setting of default volume/backingStore mode
This commit is contained in:
Darragh Bailey 2020-07-22 16:44:04 +01:00 committed by GitHub
commit 18c7803863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,6 @@ module VagrantPlugins
xml.permissions do xml.permissions do
xml.owner storage_uid(env) xml.owner storage_uid(env)
xml.group storage_gid(env) xml.group storage_gid(env)
xml.mode '0600'
xml.label 'virt_image_t' xml.label 'virt_image_t'
end end
end end
@ -61,7 +60,6 @@ module VagrantPlugins
xml.permissions do xml.permissions do
xml.owner storage_uid(env) xml.owner storage_uid(env)
xml.group storage_gid(env) xml.group storage_gid(env)
xml.mode '0600'
xml.label 'virt_image_t' xml.label 'virt_image_t'
end end
end end