Hi geegee,
to
ENABLE SELinux ( with the predefined policies from your Plesk packages "psa-selinux" ) it is recommended to use the following steps:
Code:
vi /etc/sysconfig/selinux
... and change the settings for example "
SELINUX=permissive". Afterwards, a "reboot" is required!
After the reboot, you would check for possible errors, as for example with:
Code:
cat /var/log/messages | grep "SELinux is preventing"
If you don't see any errors, the next step is to set:
Code:
vi /etc/sysconfig/selinux
... and change the settings to for example "
SELINUX=enforcing". Another reboot is required!
If you need further help, pls. consider to read ( for CentOS 7 - based systems ): =>
https://www.digitalocean.com/commun...-to-selinux-on-centos-7-part-1-basic-concepts ( external link, pls. inform me when the link goes dead, so I can provide another working link! )