Contents

Event Types

Types used by messages to deliver details specific to different kinds of Endpoint Security events.

Overview

The types in this section contain details of each event that an Endpoint Security message can contain. While the es_message_t type itself is generic, the members of its event union contain specific event types.

For example, when the message’s event_type is ES_EVENT_TYPE_NOTIFY_FORK, you access the event’s fork member, whose type is es_event_fork_t. This type has properties specific to process-forking events, such as the child process that resulted from the fork operation.

Topics

File-System Event Types

File Metadata Event Types

File Provider Event Types

Link Event Types

File System Mounting Event Types

Memory Mapping Event Types

Process Event Types

Process Event Helper Functions

Interprocess Events

Task Port Event Types

User and Group ID Types

Code Signing Event Types

Socket Event Types

Clock Event Types

Kernel Event Types

Pseudoterminal Event Types

See Also

Event Monitoring