[mythtv-commits] Ticket #6973: Text relocations in color.c and filter_greedyhdeint.c

MythTV mythtv at cvs.mythtv.org
Thu Sep 3 13:33:14 UTC 2009


#6973: Text relocations in color.c and filter_greedyhdeint.c
----------------------------------+-----------------------------------------
 Reporter:  briandlong at gmail.com  |       Owner:  ijr    
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  MythTV - General      |     Version:  unknown
 Severity:  medium                |     Mlocked:  0      
----------------------------------+-----------------------------------------
 When trying to run MythTV 0.21-fixes on Fedora 11 with SELinux enabled, I
 get the following error:

 SELinux is preventing mythfrontend from loading
 /usr/lib/mythtv/filters/libgreedyhdeint.so which requires text relocation

 According to a Red Hat article, compilation with -fPIC should fix the
 problem unless the text relocation is taking place in ASM code (which
 appears to be the case with filter_greedyhdeint.c including greedyh.asm).

 http://people.redhat.com/drepper/textrelocs.html

 The workaround is to configure SELinux to allow text relocation in this
 library, but it would be better if MythTV fixed the security problem.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6973>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list