Bug 188358

Summary: policy update for new ffmpeg needed
Product: [Fedora] Fedora Reporter: Ville Skyttä <scop>
Component: selinux-policy-targetedAssignee: Daniel Walsh <dwalsh>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: djuran, dwalsh
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.3.6-3.fc5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-09 11:37:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Fix for newer ffmpeg libraries none

Description Ville Skyttä 2006-04-08 12:31:24 UTC
New ffmpeg versions (soon to appear eg. in livna.org) install their libs with
proper versioned sonames; however that's not caught by the current selinux
policy, resulting in for example VDR (using the dxr3 plugin) startup failures. 
Fix attached.

Comment 1 Ville Skyttä 2006-04-08 12:31:24 UTC
Created attachment 127505 [details]
Fix for newer ffmpeg libraries

Comment 3 Daniel Walsh 2006-05-09 16:42:24 UTC
Fixed in rawhide, Will back port next week.

Comment 4 Ville Skyttä 2006-08-09 16:50:39 UTC
Damn, things have broken again, and my initial patch was probably incorrect too.
 The correct regexps for policy/modules/system/libraries.fc would be:

/usr/lib(64)?/libavformat.*\.so(\.[^/]*)*
/usr/lib(64)?/libavcodec.*\.so(\.[^/]*)*
/usr/lib(64)?/libavutil.*\.so(\.[^/]*)*

In the current FC devel package, only one "-" needs to be removed from the
libavcodec one.  The current FC5 policy should change all of the corresponding
lines to the above.


Comment 5 Ville Skyttä 2006-08-09 17:52:27 UTC
Er, libavformat appears to be ok in FC5 too, so only libavcodec and libavutil
need changing in it.

Comment 6 Daniel Walsh 2006-08-11 17:08:49 UTC
Fixed in selinux-policy-2_3_6-3_fc5


Comment 7 Ville Skyttä 2006-09-09 11:37:04 UTC
Looks good, thanks.