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?
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?