Bug 545598
| Summary: | SELinux is preventing /sbin/iscsid "associate" access. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dave Allan <dallan> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 12 | CC: | dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:445206433005c2f284663f1995945d96026f8dd3a3cc7943e46db2a739d03437 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-12-22 20:42:10 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: | |||
|
Description
Dave Allan
2009-12-08 22:07:10 UTC
What process is running as initrc_t ps -eZ | grep initrc_t We need to have policy for all init programs that we ship, this is the label of an init program without policy. *** Bug 545593 has been marked as a duplicate of this bug. *** [root@elanor ~]# ps -eZ | grep initrc_t system_u:system_r:initrc_t:s0 1580 ? 00:00:00 ksmtuned unconfined_u:system_r:initrc_t:s0 2836 ? 00:00:00 tgtd unconfined_u:system_r:initrc_t:s0 2838 ? 00:00:00 tgtd system_u:system_r:initrc_t:s0 2851 ? 00:00:00 sleep [root@elanor ~]# This output is interesting, however, as the problem I was having appeared to reference iscsid, and iscsid is not listed here, although tgtd is. (tgtd is the target side of an iscsi connection, iscsid is the initiator side.) Ok I will add a policy for tgtd. What are ksmtuned and sleep? It's virt related: http://fedoraproject.org/wiki/Features/KSM ksmtuned spawns sleep: [root@elanor ~]# ps -eZ | grep initrc_t system_u:system_r:initrc_t:s0 1580 ? 00:00:00 ksmtuned unconfined_u:system_r:initrc_t:s0 2836 ? 00:00:00 tgtd unconfined_u:system_r:initrc_t:s0 2838 ? 00:00:00 tgtd system_u:system_r:initrc_t:s0 4035 ? 00:00:00 sleep [root@elanor ~]# ps -ejH | grep -A1 ksmtuned 1580 1575 994 ? 00:00:00 ksmtuned 4035 1575 994 ? 00:00:00 sleep [root@elanor ~]# Ok I added policy for tgtd and ksmtuned Fixed in selinux-policy-3.6.32-57.fc12.noarch selinux-policy-3.6.32-59.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/selinux-policy-3.6.32-59.fc12 selinux-policy-3.6.32-59.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13384 selinux-policy-3.6.32-59.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 550358 has been marked as a duplicate of this bug. *** |