LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SELinux "Multiple same specifications" annoyance (https://www.linuxquestions.org/questions/linux-software-2/selinux-multiple-same-specifications-annoyance-559946/)

lonecrow 06-07-2007 11:49 AM

SELinux "Multiple same specifications" annoyance
 
Hello everyone!

My work pc is running FC6 and I have a recent "problem" with SELinux where it tells me at boot time the following:


--------------------

Running Transaction Test

/etc/selinux/targeted/contexts/files/file_contexts: Multiple same specifications for /usr/lib/vlc/codec/libdmo_plugin.so
/etc/selinux/targeted/contexts/files/file_contexts: Multiple same specifications for /usr/lib/vlc/codec/librealaudio_plugin.so

Finished Transaction Test
Transaction Test Succeeded

--------------------

Anyone has a clue about what's going on here? My computer works fine, it's just annoying..

Thanks as usual!

macemoneta 06-09-2007 12:12 AM

It's a conflict between the VLC rpm and the SELinux policy for VLC. If you apply maintenance (yup update) the corrected policy will be loaded. You then just need to (as root):

Code:

semanage fcontext -d /usr/lib/vlc/codec/librealaudio_plugin.so
semanage fcontext -d /usr/lib/vlc/codec/libdmo_plugin.so

This will remove the file context setting that was added by the vlc rpm (which should have been corrected by now). The details are in this bug.


All times are GMT -5. The time now is 03:15 AM.