Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
launchd_overrides
Override keys, per user, for LaunchDaemons and Agents.
Column | Type | Description |
---|---|---|
key | text | Name of the override key |
label | text | Daemon or agent service name |
path | text | Path to daemon or agent plist |
uid | bigint | User ID applied to the override, 0 applies to all |
value | text | Overridden value |