I'm trying to get ImunifyAV (the free version) to work with SELinux. I'm following the guide at https://docs.imunify360.com/installa...elinux-support
After installing ImunifyAV this command fails:
The file /opt/alt/python38/share/imunify360/imunify360.te doesn't exist.:
I'm testing ImunifyAV on my localhost, which runs AlmaLinux 8.8 (no hosting control panel). The output of the install script looked fine to me (it didn't install the graphical user interface but I'm fine with that) and everything works, but I'm running into lots of SELinux denials. I think I might have missed a step somewhere?
After installing ImunifyAV this command fails:
Code:
# checkmodule -M -m -o /var/imunify360/imunify360.mod /opt/alt/python38/share/imunify360/imunify360.te checkmodule: unable to open /opt/alt/python38/share/imunify360/imunify360.te
Code:
# ls -1RfA /opt/alt/python38/share/imunify360/ /opt/alt/python38/share/imunify360/: scripts /opt/alt/python38/share/imunify360/scripts: create_default_config imunify-doctor.sh imunify-force-update.sh update_components_versions.py​
Comment