Skip to content

Commit

Permalink
add selinux package
Browse files Browse the repository at this point in the history
  • Loading branch information
puzhihao committed Jul 25, 2024
1 parent 4ab229f commit af960b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af960b8

Please sign in to comment.