Bug 1089371
| Summary: | SELinux denies access to /var/log/horizon/horizon.log | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Runge <mrunge> | |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> | |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | rawhide | CC: | dominick.grift, dwalsh, itamar, Jan.van.Eldik, jose.castro.leon, jpichon, lvrabec, mgrepl, mrunge, nsantos | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | selinux-policy-3.13.1-56.fc21 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1104609 (view as bug list) | Environment: | ||
| Last Closed: | 2014-05-30 12:40:17 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1104609 | |||
|
Description
Matthias Runge
2014-04-18 14:51:25 UTC
How is /var/log/horizon/horizon.log created? # rpm -qf /var/log/horizon If you execute # chcon -R -t httpd_log_t /var/log/horizon does it fix the issue? It's created by httpd due configuration of openstack-dashboard. [root@turing ~]# rpm -qf /var/log/horizon/ openstack-dashboard-2014.1-1.fc21.noarch After chcon, it looks like the issue is fixed. 8414e1aef6778718c4b4101e033abe5006ee65d5 fixes this in git. Thank you for fixing and building the package. Is it possible, to get this backported to f20 as well, as we have folks running OpenStack packages from Rawhide on F20 (via RDO repository, that's a pretty common pattern) commit 52921ed8636a9bffc77cca1b9efd9a9abb40368a
Author: Dan Walsh <dwalsh>
Date: Sun May 25 06:39:21 2014 -0400
Label /var/log/horizon as an apache log
back ported to f20.
|