The macro unix_socket_connect(clientdomain, socket, serverdomain) uses the socket type. So, if I have processA talks to serverB via socket, thus, I use the rule unix_socket_connect(processA, serverB, serverB). Then I have to define the serverB_socket type. Do I need to define a transition rule to that socket type or is it done automatically?
Thanks, Tai
