[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: shared lib problem
- From: Dawid Gajownik <gajownik fedora pl>
- To: Junji Kanemaru <linux linuon com>
- Cc: fedora-selinux-list redhat com
- Subject: Re: shared lib problem
- Date: Thu, 09 Feb 2006 15:19:37 +0100
Dnia 02/09/2006 10:47 AM, Użytkownik Junji Kanemaru napisał:
Actually, it worked with texrel_shlib_t. Don't know if it is right
solution or not...
It's just a workaround. It would be better to get rid of text
relocations because they're evil ;)
http://thread.gmane.org/gmane.linux.gentoo.devel/33992
http://article.gmane.org/gmane.linux.gentoo.devel/34037
There are no writable variables in shared libraries but almost all
code have been written in C++.
This can be a bug in gcc:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175275
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175442
or you missed -fpic/-fPIC option when compiling your coftware
http://www.gentoo.org/proj/en/hardened/pic-guide.xml
http://www.gentoo.org/proj/en/hardened/pic-internals.xml
http://www.gentoo.org/proj/en/hardened/pic-fix-guide.xml
Hope that helps.
Regards,
Dawid
--
^_*
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]