• 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 What selinux FILE_TPYE for parallels_installer?

raytracy

Basic Pleskian
CentOS 7.4 + Onyx 17.5 MU#24, SELinux = enforced

I got this in /var/log/messages:

Oct 7 08:00:40 wm-coral setroubleshoot: SELinux is preventing pidof from getattr access on the file
/var/cache/parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2. For complete SELinux messages run: sealert -l 021ad2fd-6310-4ead-8728-663f67d7f6de

Oct 7 08:00:40 wm-coral python: SELinux is preventing pidof from getattr access on the file /var/cache/parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2.#012#012***** Plugin catchall_labels (83.8 confidence) suggests *******************#012#012If you want to allow pidof to have getattr access on the parallels_installer_CentOS_7_x86_64_3.21.2 file#012Then you need to change the label on /var/cache/parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2#012Do#012# semanage fcontext -a -t FILE_TYPE '/var/cache/parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2'


And following were a lots listing of file type.

It seems can be solved with restorecon, but I don't what is the correct FILE_TYPE which can be associated with parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2?
 
Back
Top