Dmitry Tantsur 8593f2378b Install uWSGI from PyPI to repair CentOS 8 support
CentOS 8 does not have uWSGI, not even in EPEL:
https://bugzilla.redhat.com/show_bug.cgi?id=1757157

Since it's installable from PyPI, let's do it instead.
Also update SELinux to enable uWSGI+nginx to operate.

Change-Id: I44d0582e221e24404f427b261bf6d366f5c32775
2020-06-03 16:02:00 +02:00

12 lines
178 B
Plaintext

module keystone_policy 1.0;
require {
type var_run_t;
type httpd_t;
class sock_file write;
}
#============= httpd_t ==============
allow httpd_t var_run_t:sock_file write;