From af960b8dca6edfa899af4974a3029ef36ae3661f Mon Sep 17 00:00:00 2001 From: puzhihao Date: Thu, 25 Jul 2024 16:48:40 +0800 Subject: [PATCH] add selinux package --- tools/setup_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup_env.sh b/tools/setup_env.sh index 2a5343b4..fcf414dd 100755 --- a/tools/setup_env.sh +++ b/tools/setup_env.sh @@ -60,7 +60,7 @@ function prep_work { if [[ "$(systemctl is-active firewalld)" == "enabled" ]]; then systemctl stop firewalld fi - dnf -y install git python3-pip unzip libselinux-python3 + dnf -y install git python3-pip unzip libselinux-python3 selinux-policy selinux-policy-targeted elif is_rocky; then if [[ "$(systemctl is-enabled firewalld)" == "active" ]]; then systemctl disable firewalld