Merge pull request #7887 from AkihiroSuda/vagrantfile-remove-setenforce-0

This commit is contained in:
Fu Wei 2023-01-03 08:49:25 +08:00 committed by GitHub
commit 93370c806b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View File

@ -303,8 +303,6 @@ EOF
[registries.search] [registries.search]
registries = ['docker.io'] registries = ['docker.io']
EOF EOF
# Disable SELinux to allow overlayfs
setenforce 0
SHELL SHELL
end end