Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Sander Hoentjen
On Wed, 2006-05-17 at 15:07 -0400, Youness Alaoui wrote: > vivia suggested doing a catch { exec chcon .. } in the package ifneeded... > what do you think ? or do you really think you can provide a generic > binary for Fedora without having the same problems as we had with 0.95 ?? > > KKRT > I

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Youness Alaoui
yeah, but does "up2date" mean they must use the latest releases or the latest distro version ? if we talk about debian for example, you can have the stable release repository or you can use the 'unstable' or 'testing' repositories, so you may not have the same versions.. iirc, last time, you

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Philippe Valembois - Phil
Well, it's simple, people must have their distro up2date ! Phil Le Mercredi 17 Mai 2006 21:07, Youness Alaoui a écrit : > vivia suggested doing a catch { exec chcon .. } in the package ifneeded... > what do you think ? or do you really think you can provide a generic > binary for Fedora without ha

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Youness Alaoui
vivia suggested doing a catch { exec chcon .. } in the package ifneeded... what do you think ? or do you really think you can provide a generic binary for Fedora without having the same problems as we had with 0.95 ?? KKRT On Wed, 17 May 2006 13:44:23 -0400, Sander Hoentjen <[EMAIL PROTECTED

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Sander Hoentjen
On Wed, 2006-05-17 at 19:39 +0200, Philippe Valembois wrote: > Hi, > texrel_shlib_t means the library can do text relocation if I remember well... > In fact the trouble comes from the fact you link statically... The libc needs > texrel... When you link against the so, the so already has the good

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Philippe Valembois
Hi, texrel_shlib_t means the library can do text relocation if I remember well... In fact the trouble comes from the fact you link statically... The libc needs texrel... When you link against the so, the so already has the good context... So, you must link dynamically... Phil PS About Fedora pack

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread GrdScarabe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've worked a bit with SELinux, the problem is from the policy, it is necessary to insert libtls-1.50.so to the type texrel_shlib_t it seems... The problem is that this type is not part of the standard policy. What distribution do you use ? Can yo

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Jonne Zutt
And I made my version now work by running chcon -c -v -u system_u -r object_r -t texrel_shlib_t /path/to/libtls-1.50.so as user, not as root ... Maybe someone who understands selinux can shed his/her light on this. What does texrel_shlib_t mean? Jonne. > > Well, so I decided to make aMSN use

[Amsn-devel] SELinux nightmares

2006-05-17 Thread Vivia Nikolaidou
Well, so I decided to make aMSN use TLS 1.50 ... I tried Sander's rpm with rpm2targz but it didn't work, failed on some .so I didn't have. I tried compiling one on my pc, sent it to Jonne, didn't work. We decided to make it link statically, and after hours of sweating, Jonne found the way to d