Hide Forgot
+++ This bug was initially created as a clone of Bug #1326804 +++ Description of problem: On storage nodes,noticed the below avc: type=AVC msg=audit(1460458964.101:1672): avc: denied { name_connect } for pid=11849 comm="collectd" dest=2003 scontext=system_u:system_r:collectd_t:s0 tcontext=system_u:object_r:lmtp_port_t:s0 tclass=tcp_socket
Hi, You can use SELinux boolean to allow this action: # semanage boolean -m collectd_tcp_network_connect --on Closing as NOTABUG.