Bug 915049
| Summary: | SELinux is preventing /usr/bin/tor from 'name_bind' accesses on the tcp_socket . | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard A. Hogaboom <richard.hogaboom> | ||||||
| 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: | 18 | CC: | dominick.grift, dwalsh, jamielinux, mgrepl | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:fa991927a4898b22c4946f46e0648eec6ca81f9aedf603602542a1a6e287b902 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-02-25 13:16:01 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: | 914853 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
Richard A. Hogaboom
2013-02-24 12:54:54 UTC
Created attachment 702001 [details]
File: screencast-1.ogv
Created attachment 702002 [details]
File: screencast.ogv
The solution is here: https://bugzilla.redhat.com/show_bug.cgi?id=914853 OT: Also Richard, that repository included an update for selinux-policy that fixes this. Did "yum update" not pull that in for you? ***** Plugin catchall_boolean (7.33 confidence) suggests ******************* If you want to allow system to run with NIS Then you must tell SELinux about this by enabling the 'nis_enabled' boolean. You can read 'None' man page for more details. Do setsebool -P nis_enabled 1 ***** Plugin catchall_boolean (7.33 confidence) suggests ******************* If you want to allow tor daemon to bind tcp sockets to all unreserved ports. Then you must tell SELinux about this by enabling the 'tor_bind_all_unreserved_ports' boolean. You can read 'tor_selinux' man page for more details. Do setsebool -P tor_bind_all_unreserved_ports 1 |