Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 887035 Details for
Bug 1088735
openstack clients denied access to mysql socket connection
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
mymysql.te custom policy to selectively eliminate mysql avcs
mymysql.te (text/plain), 1.08 KB, created by
Richard Su
on 2014-04-17 05:15:09 UTC
(
hide
)
Description:
mymysql.te custom policy to selectively eliminate mysql avcs
Filename:
MIME Type:
Creator:
Richard Su
Created:
2014-04-17 05:15:09 UTC
Size:
1.08 KB
patch
obsolete
> >module mymysql 1.0; > >require { > type neutron_t; > type glance_registry_t; > type mysqld_var_run_t; > type nova_api_t; > type nova_scheduler_t; > type nova_console_t; > type nova_cert_t; > type keystone_t; > type var_lib_t; > class sock_file write; > class lnk_file read; > class dir search; >} > >#============= glance_registry_t ============== >allow glance_registry_t var_lib_t:lnk_file read; > >#============= keystone_t ============== >allow keystone_t var_lib_t:lnk_file read; > >#============= neutron_t ============== >allow neutron_t var_lib_t:lnk_file read; > >#============= nova_api_t ============== >allow nova_api_t mysqld_var_run_t:dir search; >allow nova_api_t mysqld_var_run_t:sock_file write; >allow nova_api_t var_lib_t:lnk_file read; > >#============= nova_cert_t ============== >allow nova_cert_t var_lib_t:lnk_file read; > >#============= nova_console_t ============== >allow nova_console_t var_lib_t:lnk_file read; > >#============= nova_scheduler_t ============== >allow nova_scheduler_t mysqld_var_run_t:dir search; >allow nova_scheduler_t mysqld_var_run_t:sock_file write; >allow nova_scheduler_t var_lib_t:lnk_file read;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1088735
:
887033
|
887034
| 887035