Bug 249546 - Multiple same specifications
Summary: Multiple same specifications
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy-targeted
Version: 7
Hardware: i686
OS: Linux
low
low
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-25 14:27 UTC by Art Sornat
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-26 11:13:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Art Sornat 2007-07-25 14:27:28 UTC
Description of problem:

/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.

Version-Release number of selected component (if applicable):

selinux-policy.noarch                    2.6.4-28.fc7
selinux-policy-targeted.noarch           2.6.4-28.fc7

How reproducible:

At will at almost any package update, installation or removal

Steps to Reproduce:
1. yum update
2.
3.
  
Actual results:

/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.

Expected results:
No worning


Additional info:

Comment 1 Daniel Walsh 2007-07-26 11:13:51 UTC
I don't believe that these are in the policy package, So either the admin or
another rpm added these specifications.  You can remove them by executing

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


Note You need to log in before you can comment on or make changes to this bug.