• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue SELinux Access Control Errors

Greg Sevastos

New Pleskian
Server operating system version
Almalinux 9.5
Plesk version and microupdate number
18.0.66 #1
Hi,

I have a fresh install of Almalinux 9.5 + latest Plesk installed with Imunify360.

I’m seeing control errors like the following in SELinux via cockpit:

SELinux is preventing /opt/plesk/php/8.2/sbin/php-fpm from write access on the sock_file /opt/imunify360/lib/proactive.sock

Shouldn’t Plesk have built in rules to handle communication with Imunify for SELinux?

If not, I’m assuming allowing access is completely fine here?

Looking forward to any input.

Cheers
 
Hi scsa20,

The imunify360 install instructions below were carried out before this started to show up:

checkmodule -M -m -o /var/imunify360/imunify360.mod /opt/imunify360/venv/share/imunify360/imunify360.te
semodule_package -o /var/imunify360/imunify360.pp -m /var/imunify360/imunify360.mod
semodule -i /var/imunify360/imunify360.pp

Not sure if I need to apply them again.
 
Back
Top