Skip to content

Commit 119bbec

Browse files
committed
Vagrantfile: install-rootless-podman: remove setenforce 0
rootless overlayfs is compatible with SELinux since kernel 5.13 Signed-off-by: Akihiro Suda <[email protected]>
1 parent d769f03 commit 119bbec

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ EOF
303303
[registries.search]
304304
registries = ['docker.io']
305305
EOF
306-
# Disable SELinux to allow overlayfs
307-
setenforce 0
308306
SHELL
309307
end
310308

0 commit comments

Comments
 (0)