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

2
Vagrantfile vendored
View File

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