mod_proxy_cluster/mod_proxy_cluster.te
2021-07-30 13:37:51 +03:00

12 lines
193 B
Plaintext

policy_module(mod_proxy_cluster, 1.0)
gen_tunable(httpd_mod_cluster, true)
require {
type httpd_t;
}
tunable_policy(`httpd_mod_cluster', `
corenet_udp_bind_http_port(httpd_t)
')