fixing selinux

This commit is contained in:
rafael 2021-01-29 09:58:28 +01:00
parent 08b6a8660c
commit aca79b82df
1 changed files with 1 additions and 1 deletions

View File

@ -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