From 119bbec9e2e49d9025f719849b389566359ba62a Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 2 Jan 2023 03:01:43 +0900 Subject: [PATCH] Vagrantfile: install-rootless-podman: remove `setenforce 0` rootless overlayfs is compatible with SELinux since kernel 5.13 Signed-off-by: Akihiro Suda --- Vagrantfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index e0be132c0..fde65c884 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -303,8 +303,6 @@ EOF [registries.search] registries = ['docker.io'] EOF - # Disable SELinux to allow overlayfs - setenforce 0 SHELL end