Displaying 3 results from an estimated 3 matches for "haproxy_connect_any".
2016 Mar 12
1
SELinux denies haproxy
...9;t get any useful response back:
>>
>> [root at db1:~] #grep haproxy /var/log/audit/audit.log | audit2why -M
>> haproxy
>> Nothing to do
>>
>> I'm open to your thoughts and opinions!
>>
>> Thanks,
>> Tim
>>
>
>
> setsebool -P haproxy_connect_any 1
>
> Alexander
>
>
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
2016 Mar 12
2
SELinux denies haproxy
Hi all,
I'm load balancing 4 mysql databases using HAProxy. The setup seems to be
working pretty well. Except I keep seeing these messages turning up in
syslog:
Mar 12 22:11:31 db1 kernel: [6058125.959624] type=1400
audit(1457820691.824:3029129): avc: denied { name_connect } for pid=801
comm="haproxy" dest=7778 scontext=system_u:system_r:haproxy_t:s0
2016 Mar 12
0
SELinux denies haproxy
...t.log for haproxy and piping it to audit2why,
> but I don't get any useful response back:
>
> [root at db1:~] #grep haproxy /var/log/audit/audit.log | audit2why -M haproxy
> Nothing to do
>
> I'm open to your thoughts and opinions!
>
> Thanks,
> Tim
setsebool -P haproxy_connect_any 1
Alexander