Bug 829725
| Summary: | collectd with libvirt plugin needs to access libvirtd.conf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fabian Deutsch <fdeutsch> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | dominick.grift, dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-06-17 00:03:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Fixed in selinux-policy-3.10.0-129.fc17 selinux-policy-3.10.0-130.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/selinux-policy-3.10.0-130.fc17 Package selinux-policy-3.10.0-130.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing selinux-policy-3.10.0-130.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-9520/selinux-policy-3.10.0-130.fc17 then log in and leave karma (feedback). selinux-policy-3.10.0-130.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: There are avc denials related to collectd - I guess because of it's libvirt plugin. Version-Release number of selected component (if applicable): F17 Additional info: #============= collectd_t ============== # audit(1339070717.915:21): # scontext="system_u:system_r:collectd_t:s0" tcontext="system_u:object_r:virt_etc_t:s0" # class="file" perms="read" # comm="collectd" exe="" path="" # message="type=AVC msg=audit(1339070717.915:21): avc: denied { read } for # pid=932 comm="collectd" name="libvirt.conf" dev="tmpfs" ino=11611 # scontext=system_u:system_r:collectd_t:s0 # tcontext=system_u:object_r:virt_etc_t:s0 tclass=file " # audit(1339070737.918:44): # scontext="system_u:system_r:collectd_t:s0" tcontext="system_u:object_r:virt_etc_t:s0" # class="file" perms="read" # comm="collectd" exe="" path="" # message="type=AVC msg=audit(1339070737.918:44): avc: denied { read } for # pid=928 comm="collectd" name="libvirt.conf" dev="tmpfs" ino=11611 # scontext=system_u:system_r:collectd_t:s0 # tcontext=system_u:object_r:virt_etc_t:s0 tclass=file " allow collectd_t virt_etc_t:file read;