gstreamer and selinux issue

Daniel J Walsh dwalsh at redhat.com
Thu Aug 10 14:08:15 UTC 2006


Louis Garcia II wrote:
> On Wed, 2006-08-09 at 18:12 -0400, Louis Garcia II wrote:
>   
>> I was able to setup the pitfdll plugin for gstreamer and use the win32
>> codecs under fc5 with selinux enabled. The pitfdll plugin needed to be
>> marked textrel_shlib_t and the codecs under /usr/lib/win32 marked lib_t.
>> This worked for FC5 under selinux and FC6 with selinux disabled. But
>> selinux under FC6 seems to have changed. Is their another lable I
>> should use, how can I debug this?
>>
>> -Thanks
>>     
>
> This is what I get:
>
> Aug  9 19:12:34 soncomputer kernel: audit(1155165152.723:10): avc:
> denied  { execstack } for  pid=9530 comm="totem"
> scontext=user_u:system_r:unconfined_t:s0
> tcontext=user_u:system_r:unconfined_t:s0 tclass=process
>
>   
you can turn on allow_execstack or change the context of totem to 
unconfined_execmen_exec_t

 chcon -t unconfined_execmem_exec_t /usr/bin/totem

> -Louis
>
>   




More information about the devel mailing list