• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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