Fletch wrote:
> Robin,
> 
> I finally got around to testing SELinux myself.  I see the same error
> that mavit reported.  Since you don't think the texrel_shlib_t fix is
> necessary, I haven't tried that.  What other debugging actions do you
> suggest.
> 
> I'm still fairly certain that @INC searches /usr/share/squeezecenter
> first, so I'm not sure about your previous suggestion.  FWIW, I'm on
> CentOS5 with the following perl RPMs installed:
> 
> perl-Compress-Raw-Zlib-2.005-1.el5.rf
> perl-Compress-Zlib-2.005-1.el5.rf
> perl-Crypt-PasswdMD5-1.3-1.2.el5.rf
> perl-DBD-MySQL-3.0007-1.fc6
> perl-DBI-1.58-2.el5.rf
> perl-Digest-SHA1-2.11-1.2.1
> perl-HTML-Parser-3.55-1.fc6
> perl-HTML-Tagset-3.10-2.1.1
> perl-IO-Compress-Base-2.005-1.el5.rf
> perl-IO-Compress-Zlib-2.005-1.el5.rf
> perl-libwww-perl-5.805-1.1.1
> perl-Net-Daemon-0.43-1.el5.rf
> perl-PlRPC-0.2020-1.el5.rf
> perl-String-CRC32-1.4-2.fc6
> perl-URI-1.35-3
> perl-XML-Parser-2.34-6.1.2.2.1
> 
> I wish I knew more about SELinux...

Try this as root:

# install audit if not already installed
yum install audit
# start auditd, if it's not already running
service auditd start
# go into permissive mode -
setenforce 0
# watch the selinux log file
tail -f /var/log/audit/audit.log
# In another terminal, start squeezecenter
service squeezecenter start

Paste the output here.

You might also try:

audit2allow -i /var/log/audit/audit.log -l

Again, paste the output here.

What platform are you on? i386 or x86_64 ?

R.

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to