Bug 564455
| Summary: | SELinux is preventing umount (mount_t) "read write" automount_t. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jerry Amundson <jamundso> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | selinux-policy-3.6.12-95.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-03-23 23:28: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: | |||
|
Description
Jerry Amundson
2010-02-12 19:41:10 UTC
Miroslav, lets just add
ifdef(`hide_broken_symptoms', `
dontaudit mount_t $1:unix_stream_socket { read write };
dontaudit mount_t $1:tcp_socket { read write };
dontaudit mount_t $1:udp_socket { read write };
')
to mount_domtrans, since these pop up and seem to be unfixable.
Add to F11 and F12.
Fixed in selinux-policy-3.6.12-95.fc11 and selinux-policy-3.6.32-91.fc12 selinux-policy-3.6.12-95.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/selinux-policy-3.6.12-95.fc11 selinux-policy-3.6.12-95.fc11 has been pushed to the Fedora 11 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/F11/FEDORA-2010-2591 selinux-policy-3.6.12-95.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |