Vagrantfile: install-rootless-podman: remove setenforce 0

rootless overlayfs is compatible with SELinux since kernel 5.13

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2023-01-02 03:01:43 +09:00
parent d769f03592
commit 119bbec9e2
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

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