Contents

ES_EVENT_TYPE_NOTIFY_UIPC_BIND

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

Declaration

var ES_EVENT_TYPE_NOTIFY_UIPC_BIND: es_event_type_t { get }

Discussion

This identifier corresponds to the es_events_t union member uipc_bind, which has the type es_event_uipc_bind_t.

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

See Also

Notification Event Types