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:
parent
d769f03592
commit
119bbec9e2
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user