Bug 1148474
Summary: | AVC denial for openstack-nova-api | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Martin Magr <mmagr> |
Component: | openstack-selinux | Assignee: | Lon Hohberger <lhh> |
Status: | CLOSED DUPLICATE | QA Contact: | Ofer Blaut <oblaut> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | dominick.grift, dwalsh, extras-qa, lvrabec, mgrepl, whayutin, yeylon |
Target Milestone: | --- | ||
Target Release: | Juno | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1148376 | Environment: | |
Last Closed: | 2014-10-02 14:54:28 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: | 1148376 | ||
Bug Blocks: |
Description
Martin Magr
2014-10-01 14:19:43 UTC
I added to RHEL7.1/Fedoras commit affddc85629442d6ed0c041aa05db51da05118a5 Author: Miroslav Grepl <mgrepl> Date: Thu Oct 2 11:01:34 2014 +0200 Allow nova domains to getattr on all filesystems. diff --git a/nova.te b/nova.te index 459a025..6d3a4fe 100644 --- a/nova.te +++ b/nova.te @@ -75,7 +75,7 @@ auth_read_passwd(nova_domain) dev_read_sysfs(nova_domain) dev_read_urand(nova_domain) -fs_getattr_xattr_fs(nova_domain) +fs_getattr_all_fs(nova_domain) *** This bug has been marked as a duplicate of bug 1144139 *** |