mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
table_name("user_interaction_events")
|
|
description("Track user interaction events from macOS' event tapping framework.")
|
|
schema([
|
|
Column("time", BIGINT, "Time")
|
|
])
|
|
attributes(event_subscriber=True)
|
|
implementation("events/darwin/user_interaction_events@user_interaction_events::genTable")
|