Contents

ES_EVENT_TYPE_AUTH_UIPC_BIND

An identifier for a process that requests permission from the operating system to bind a UNIX domain socket.

Declaration

var ES_EVENT_TYPE_AUTH_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

Authorization Event Types