Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Squirrelmail, MySQL-change password and SELinux: msg#00255
|
Subject: |
Re: Squirrelmail, MySQL-change password and SELinux |
Roger Grosswiler wrote:
Hi,
tried successfully installing squirrelmail with mysql authentication.
After installting the change_mysql-plugin, i got the following message
in /var/log/messages:
Jan 31 22:21:53 frodo kernel: audit(1107206513.281:0): avc: denied
{ write } for pid=12823 exe=/usr/sbin/httpd name=mysql.sock dev=dm-0
ino=360554 scontext=root:system_r:httpd_t
tcontext=root:object_r:var_lib_t tclass=sock_file
Jan 31 22:22:07 frodo kernel: audit(1107206527.169:0): avc: denied
{ write } for pid=12825 exe=/usr/sbin/httpd name=mysql.sock dev=dm-0
ino=360554 scontext=root:system_r:httpd_t
tcontext=root:object_r:var_lib_t tclass=sock_file
while squirrel's plugin meant, that the database is busy. If i
understand the above right, selinux didn't let the plugin write the
new password in the mysql-database.
What can i do (except disabling selinux)?
The problem is you do not have the latest policy installed on this
machine, and you need to relabel mysql.
Upgrade to the latest policy via yum
rpm -q -l mysql-server | restorecon -R -v -f -
service mysql restart
Should fix the problem.
Thanks,
Roger
--
fedora-selinux-list mailing list
fedora-selinux-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-selinux-list
|
| |