Bug 1139771
Summary: | openstack-nova-api in juno requires additional selinux permissions | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Lars Kellogg-Stedman <lars> |
Component: | openstack-selinux | Assignee: | Lon Hohberger <lhh> |
Status: | CLOSED DUPLICATE | QA Contact: | Ofer Blaut <oblaut> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | danielfr, Jan.van.Eldik, lobo, ndipanov, rbryant, whayutin, yeylon |
Target Milestone: | GA | ||
Target Release: | Juno | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-02 14:54:59 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: |
Description
Lars Kellogg-Stedman
2014-09-09 15:18:54 UTC
Same problem on CentOS 7. Tried the workaround (https://openstack.redhat.com/Workarounds#Packstack_fails.3B_unable_to_start_nova-api) but didn't fix the problem. I get this error: http://pastebin.com/0mzjJ39c OS: CentOS7 selinux: enforcing Selinux to permessive fixes the issue though. Same problem in RHEL7. The following SELinux module works for me: module nova_allow_tmpfs 1.0; require { type tmpfs_t; type nova_api_t; class filesystem getattr; class dir { search write add_name remove_name } ; class file { create read write open link unlink getattr } ; } #============= nova_api_t ============== allow nova_api_t tmpfs_t:filesystem getattr; allow nova_api_t tmpfs_t:dir { search write add_name remove_name } ; allow nova_api_t tmpfs_t:file { create read write open link unlink getattr } ; Hi Javier, just to confirm that your module works on my CentOS7 box as well. *** This bug has been marked as a duplicate of bug 1144139 *** |