Contents

ES_EVENT_TYPE_NOTIFY_UIPC_CONNECT

An identifier for a process that notifies endpoint security that it is connecting to a UNIX domain socket.

Declaration

var ES_EVENT_TYPE_NOTIFY_UIPC_CONNECT: es_event_type_t { get }

Discussion

This identifier corresponds to the es_events_t union member uipc_connect, which has the type es_event_uipc_connect_t.

Endpoint Security operates only on UNIX domain sockets, not sockets in general.

See Also

Notification Event Types