You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
375 B
7 lines
375 B
5 months ago
|
# haproxy labeling policy
|
||
|
# file: haproxy.fc
|
||
|
/usr/sbin/haproxy -- gen_context(system_u:object_r:haproxy_exec_t, s0)
|
||
|
/etc/haproxy/haproxy\.cfg -- gen_context(system_u:object_r:haproxy_conf_t, s0)
|
||
|
/var/run/haproxy\.pid -- gen_context(system_u:object_r:haproxy_var_run_t, s0)
|
||
|
/var/run/haproxy\.sock(.*) -- gen_context(system_u:object_r:haproxy_var_run_t, s0)
|