Bug 469164

Summary: Fluendo MP3 codec blocked by SELinux
Product: [Fedora] Fedora Reporter: Łukasz Lis <volpe.pl>
Component: codeinaAssignee: Bastien Nocera <bnocera>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: bnocera, thomas
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-30 14:46:12 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:

Description Łukasz Lis 2008-10-30 11:46:26 UTC
Description of problem:
SELinux prevents Fluendo's mp3 codec from working. An alert will show up every time an application tries to use it.

Version-Release number of selected component (if applicable):
codeina-0.10.1-9.fc10 

How reproducible: always

Steps to Reproduce:
1. Start rhythmbox
2. Play an mp3 file
or
1. Start totem
2. Play an mp3 file or video with mp3 audio
or
1. Play an mp3 from console with gst-launch:
$ gst-launch filesrc location=music.mp3 ! flump3dec ! pulsesink
  
Actual results:
Silence.
A SELinux alert pops up and, in the case of gst-launch, a console message will show up:

(gst-launch-0.10:3841): GStreamer-WARNING **: Failed to load plugin '/home/user/.gstreamer-0.10/plugins/libgstflump3dec.so': /home/user/.gstreamer-0.10/plugins/libgstflump3dec.so: cannot enable executable stack as shared object requires: Permission denied

The SELinux alert states:
SELinux is preventing gst-launch-0.10 from making the program stack executable. 

Expected results:
No alerts and proper playback.

Additional info:
Totem and Rhythmbox will fall back to ffmpeg if gstreamer-ffmpeg installed.
I'm not sure but this bug looks like regression:
https://bugzilla.redhat.com/show_bug.cgi?id=298741

Comment 1 Bastien Nocera 2008-10-30 14:46:12 UTC
See upstream: https://core.fluendo.com/gstreamer/trac/ticket/24