Bug 872624
Summary: | SELinux is preventing /usr/sbin/httpd (deleted) from 'name_connect' accesses on the tcp_socket . | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nikhil John <nikhiljohn1010> | ||||||
Component: | setroubleshoot-plugins | Assignee: | Daniel Walsh <dwalsh> | ||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 18 | CC: | dominick.grift, dwalsh, jdennis, maj.linux, mgrepl, renato.biancalana.silva | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | abrt_hash:f55faa448aa60c909e2400fdb28ed34168f46535517cfb66155099bab1ca028f | ||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-11-25 14:01:09 UTC | Type: | --- | ||||||
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
Nikhil John
2012-11-02 15:34:54 UTC
Created attachment 637133 [details]
File: type
Created attachment 637134 [details]
File: hashmarkername
The Alert tells you what to do. If you want to httpd_can_network_connect_db. Then you must tell SELinux about this by enabling the 'httpd_can_network_connect_db' boolean. You can read 'mysqld_selinux' man page for more details. Do # setsebool -P httpd_can_network_connect_db 1 Dan, it looks like we have a bug here. "Then you must tell SELinux about this by enabling the 'httpd_can_network_connect' boolean.You can read 'mysqld_selinux' man page for more details." We talk about 'mysqld_selinux' instead of 'httpd_selinux' Patch: --- /usr/share/setroubleshoot/plugins/catchall_boolean.py.old 2012-11-05 10:49:06.148612989 +0100 +++ /usr/share/setroubleshoot/plugins/catchall_boolean.py 2012-11-05 10:49:49.337631939 +0100 @@ -73,7 +73,7 @@ return text def analyze(self, avc): - man_page = self.check_for_man(avc.tcontext.type) + man_page = self.check_for_man(avc.scontext.type) *** Bug 989869 has been marked as a duplicate of this bug. *** Description of problem: When I try to open a virtual host of a project that uses CodeIgniter and configured to access my online DB Additional info: reporter: libreport-2.1.9 hashmarkername: setroubleshoot kernel: 3.11.8-200.fc19.x86_64 type: libreport |