Re: mplayerplug-in problem [solved - sort of - it's Selinux on FC5]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2006-04-24 at 13:08 -0400, Claude Jones wrote:
> On Mon April 24 2006 12:21, Paul Howarth wrote:
> >
> > Can you try:
> >
> > # ls -lZ /usr/lib/ati-fglrx
> >
> > All the shared libraries should be textrel_shlib_t.
> >
> 
> ls -lZ /usr/lib/ati-fglrx
> -rwxr-xr-x  root     root     system_u:object_r:lib_t          
> libaticonfig.a
> -rwxr-xr-x  root     root     system_u:object_r:lib_t          
> libfglrx_dm.a
> lrwxrwxrwx  root     root     system_u:object_r:lib_t          
> libfglrx_dm.so.1 -> libfglrx_dm.so.1.0
> -rwxr-xr-x  root     root     system_u:object_r:lib_t          
> libfglrx_dm.so.1.0
> -rwxr-xr-x  root     root     system_u:object_r:lib_t          
> libfglrx_gamma.a
> lrwxrwxrwx  root     root     system_u:object_r:lib_t          
> libfglrx_gamma.so.1 -> libfglrx_gamma.so.1.0
> -rwxr-xr-x  root     root     system_u:object_r:lib_t          
> libfglrx_gamma.so.1.0
> -rwxr-xr-x  root     root     system_u:object_r:lib_t          
> libfglrx_pp.a
> lrwxrwxrwx  root     root     system_u:object_r:lib_t          
> libfglrx_pp.so.1 -> libfglrx_pp.so.1.0
> -rwxr-xr-x  root     root     system_u:object_r:lib_t          
> libfglrx_pp.so.1.0
> lrwxrwxrwx  root     root     system_u:object_r:lib_t          
> libGL.so.1 -> libGL.so.1.2
> -rwxr-xr-x  root     root     system_u:object_r:lib_t          
> libGL.so.1.2
> 
> I don't see anything like what you spoke to 
> above, "textrel_shlib_t"

The "lib_t" on each line above should have been "textrel_shlib_t".
You definitely did the "restorecon -Rv /usr/lib/ati-fglrx" after the
semanage?

> > Do you get the exact same error message?
> >
> 
> yes

Try manually setting context for starters:
# chcon -h -t textrel_shlib_t /usr/lib/ati-fglrx/*
# ls -lZ /usr/lib/ati-fglrx

If you then do setenforce 1, does it work?

If so, let's try fixing the default context.
Can you post the output of:
# semanage fcontext -l | grep ati-fglrx

Paul.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux