Bug 161124
| Summary: | FC4 httpd_t named_connect dontaudited | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Colin Walters <walters> |
| Component: | selinux-policy-targeted | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.25.1-7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-08-19 08:25:28 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: | |||
Why would httpd needt to connect to httpd_cache_port_t? Dan Port 8080 (labeled with httpd_cache_port_t) is a port very commonly used by Tomcat installations; mod_jk connects Apache to Tomcat. Fixed in selinux-policy-targeted-1.25.1-7 |
Description of problem: It took me quite a while to figure out a policy denial was breaking our web application; looks like httpd_t httpd_cache_port_t:tcp_socket { name_connect } is dontaudited. That seems like a bad idea to me; why is this dontaudited?