From aca79b82dff7d364567c7f43051deb344f422c19 Mon Sep 17 00:00:00 2001 From: rafael Date: Fri, 29 Jan 2021 09:58:28 +0100 Subject: [PATCH] fixing selinux --- extras/deploy-scripts/pandora_deploy_community.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/deploy-scripts/pandora_deploy_community.sh b/extras/deploy-scripts/pandora_deploy_community.sh index 7525376c6a..f06b52567a 100644 --- a/extras/deploy-scripts/pandora_deploy_community.sh +++ b/extras/deploy-scripts/pandora_deploy_community.sh @@ -269,7 +269,7 @@ execute_cmd "yum install -y $vmware_dependencies" "Installing Oracle Instant cli # Disabling SELINUX and firewalld setenforce 0 -sed -i -e "s/^SELINUX=.*/SELINUX=disabled/g" /etc/sysconfig/selinux +sed -i -e "s/^SELINUX=.*/SELINUX=disabled/g" /etc/selinux/config systemctl disable firewalld --now &>> $LOGFILE