| Summary: | selinux policy denys uucp.socket binding to uucp port | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kevin Fenzi <kevin> | |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> | |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | rawhide | 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: | ||||
| : | 1067563 (view as bug list) | Environment: | ||
| Last Closed: | 2013-12-06 15:14:12 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1067563 | |||
commit d964a0398b3ce94ff4cbc25fc503ae15f6653394 fixes this in git. |
yum install uucp systemctl enable uucp.socket reboot You get the following avcs: type=AVC msg=audit(1384633888.838:16): avc: denied { name_bind } for pid=1 comm="systemd" src=540 scontext=system_u:system_r:uucpd_t:s0 tcontext=system_u:object_r:uucpd_port_t:s0 tclass=tcp_socket type=AVC msg=audit(1384633996.651:651): avc: denied { name_bind } for pid=1 comm="systemd" src=540 scontext=system_u:system_r:uucpd_t:s0 tcontext=system_u:object_r:uucpd_port_t:s0 tclass=tcp_socket Policy should allow uucp.socket to bind to the uucpd port.