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