Bug 670894
Summary: | cobblerd and httpd have many denials | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael Cronenworth <mike> | ||||
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: | 14 | CC: | dwalsh, mgrepl | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | selinux-policy-3.9.7-25.fc14 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-01-25 20:58:39 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: | |||||||
Attachments: |
|
Description
Michael Cronenworth
2011-01-19 15:48:40 UTC
We would prefer the avc messages, since we can tell whether or not there is a labelling issue. allow cobblerd_t tftpdir_rw_t:file unlink; allow cobblerd_t tftpdir_rw_t:file { read write getattr }; allow cobblerd_t tftpdir_rw_t:lnk_file { read getattr }; These I believe are caused by a mislabled /var/lib/tftpboot/grub Which should be fixed in the latest f14 policy currently in updates-testing, I believe. chcon -t cobbler_var_lib_t -R /var/lib/tftpboot/grub Should fix for now. The first two bugs look like we have marked them as fixed in policy. We rely on the cobbler maintainers to make sure SELinux does not break when they update. We can not know what is going to break and try to react as fast as possible. Miroslav it looks like the cobbler fixes need to be back ported to F13-Rawhide and put into RHEL6. Fixed in selinux-policy-3.9.7-22.fc14 selinux-policy-3.9.7-25.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/selinux-policy-3.9.7-25.fc14 selinux-policy-3.9.7-25.fc14 has been pushed to the Fedora 14 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: https://admin.fedoraproject.org/updates/selinux-policy-3.9.7-25.fc14 The cobbler issues are fixed with selinux-policy-3.9.7-25.fc14. Thanks. selinux-policy-3.9.7-25.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |