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...
|
mysqld_disable_trans leaves mysqld running as initrc_t?: msg#00028
|
Subject: |
mysqld_disable_trans leaves mysqld running as initrc_t? |
I've disabled SELinux protection of mysqld since it was causing major
performance problems. This broke CGI scripts since httpd_script_t
couldn't connect to the mysql unix domain socket. audit2allow created
these rules which I put into local.te:
allow httpd_sys_script_t var_t:dir getattr;
allow httpd_sys_script_t initrc_t:unix_stream_socket connectto;
allow httpd_t initrc_t:unix_stream_socket connectto;
This fixed the problem. However, is mysqld supposed to be running as
initrc_t instead of unconfined_t when mysqld_disable_trans is set?
|
| |