mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixing selinux
This commit is contained in:
parent
08b6a8660c
commit
aca79b82df
@ -269,7 +269,7 @@ execute_cmd "yum install -y $vmware_dependencies" "Installing Oracle Instant cli
|
|||||||
|
|
||||||
# Disabling SELINUX and firewalld
|
# Disabling SELINUX and firewalld
|
||||||
setenforce 0
|
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
|
systemctl disable firewalld --now &>> $LOGFILE
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user