Displaying 1 result from an estimated 1 matches for "crypto_drv".
2008 Oct 04
2
ejabberd 2.0.2 vs SELinux vs CentOS 5
...discovered that SELinux is
preventing erlang from accessing its crypto libs.
This message appears in the SELinux audit logs:
type=AVC msg=audit(1223133076.770:102): avc: denied { execmod } for
pid=3878 comm="beam.smp"
path="/opt/ejabberd-2.0.2_2/lib/crypto-1.5.2/priv/linux-x86/lib/crypto_drv.so" dev=dm-0 ino=26738869 scontext=user_u:system_r:unconfined_t:s0 tcontext=user_u:object_r:usr_t:s0 tclass=file
What do I need to do, for selinux to allow this?
(Or should I take this question to an SELinux list?)
FWIW, ejabberd seems to run fine while selinux is enabled. Its just when
sta...