Bug 369371
Summary: | SELinux blocking xinetd 590X and 2000 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Warren Togami <wtogami> |
Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Current | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-01-30 19:18:38 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: | |||
Bug Depends On: | |||
Bug Blocks: | 188611 |
Description
Warren Togami
2007-11-07 04:38:15 UTC
You can add the ports to xinetd by executing # semanage port -a -t inetd_child_port_t -P tcp 5902 # semanage port -a -t inetd_child_port_t -P tcp 5903 You can add the other rule by executing # grep mail_port_t /var/log/audit/audit.log | audit2allow -M myxinetd #semodule -i myxinetd.pp I will also put back the uncofined_domain for inetd in Fedora 8. > # semanage port -a -t inetd_child_port_t -P tcp 5902 > # semanage port -a -t inetd_child_port_t -P tcp 5903 > # grep mail_port_t /var/log/audit/audit.log | audit2allow -M myxinetd > #semodule -i myxinetd.pp I need both of these? > I will also put back the uncofined_domain for inetd in Fedora 8. What will the effect of this be? > semanage port -a -t inetd_child_port_t -P tcp 5902 Is it proper to insert this (and matching removal) into the %post and %preun of ltsp-vnc-config? No, I would just wait for the updated policy Fixed in selinux-policy-targeted-3.0.8-47.fc8.noarch.rpm Should be 48 not 47 Bulk closing all bugs in Fedora updates in the modified state. If you bug is not fixed, please reopen. |