Bug 599525
| Summary: | SELinux is preventing /usr/sbin/abrtd "write" access . | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Scott <dan> |
| 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: | 13 | CC: | dan, dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:a343fb8d929fc9ed15ae7babee3f4c7b6dd67ec9ee764b41cf627dc46df3fa72 | ||
| Fixed In Version: | selinux-policy-3.7.19-28.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-06-23 17:48:15 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
Daniel Scott
2010-06-03 12:48:45 UTC
I think that this is similar to a different bug where an selinux alert is shown with /etc/init.d/abrtd restart But not when doing: service abrtd restart No I think this is just the way AFS works. Any app that needs to read/write nfs files needs to be able to communicate with the udp_socket. Not sure if this is a kernel bug, but since we don't control the kernel module for AFS we can not fix it. Miroslav, I think we have two solutions to this either optional_policy(` afs_rw_udp_sockets(abrt_t) ') Or change fs_read_nfs_files and fs_write_nfs_files to include this function. Lets eliminate them all with putting them into file system. optional_policy(` afs_rw_udp_sockets($1) ') OK, added to selinux-policy-3.7.19-24.fc13 selinux-policy-3.7.19-28.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/selinux-policy-3.7.19-28.fc13 selinux-policy-3.7.19-28.fc13 has been pushed to the Fedora 13 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/selinux-policy-3.7.19-28.fc13 selinux-policy-3.7.19-28.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |