Bug 1110973
| Summary: | Openstack services should be allowed connectto to unix_stream_socket, /run/mysqld/mysqld.sock | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard Su <rwsu> | ||||
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | dominick.grift, dwalsh, lvrabec, mgrepl | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-13 16:18:23 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Richard Su
2014-06-19 01:30:04 UTC
Ok the problem is how you start mysqld. /bin/sh /usr/local/mysql/bin/mysqld_safe --datadir=/mnt/state/var/lib/mysql/ --pid-file=/var/run/mysqld/mysqld.pid --wsrep-new-cluster system_u:system_r:initrc_t:s0 mysql 2899 2254 0 00:48 ? You need to add labeling for /usr/local/mysql/bin/mysqld_safe # chcon -t mysqld_safe_exec_t /usr/local/mysql/bin/mysqld_safe and re-test it. Closed by using mariadb rpm upstream. |