This is a small typo in the wiki. It should be textrel_shlib_t.
OK, thanks. For the record, to have the NX client work on FC-5, one have to
run :
chcon -t textrel_shlib_t /usr/NX/lib/libXcomp.so.1 /usr/NX/lib/libjpeg.so.62
I'll contact them to have them add this to their rpm, together with the
corresponding semanage call, which should be :
semanage fcontext -a -t textrel_shlib_t /usr/NX/lib/libXcomp.so.1
semanage fcontext -a -t textrel_shlib_t /usr/NX/lib/libjpeg.so.62
Thanks for your help
Aurélien