Paul Heinlein wrote:

It'd be something to the effect of

  semanage fcontext -a -t textrel_shlib_t \
    "/usr/lib/oracle/11.1.0.1/client/lib/.*\.so.*"

or, less version-specific,

  semanage fcontext -a -t textrel_shlib_t \
    "/usr/lib/oracle/[0-9.]*/client/lib/.*\.so.*"


Double-plus good! That works a treat, and even takes care of the cases where I install some of the other related packages (devel, odbc, jdbc) after-the-fact. That one goes in the notebook!
--
Jay Leafey - Memphis, TN
[EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to