• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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