osquery-1/specs/darwin/launchd_overrides.table

11 lines
457 B
Plaintext
Raw Normal View History

2015-04-16 00:30:16 +00:00
table_name("launchd_overrides")
description("Override keys, per user, for LaunchDaemons and Agents.")
schema([
Column("label", TEXT, "Daemon or agent service name"),
Column("key", TEXT, "Name of the override key"),
Column("value", TEXT, "Overriden value"),
Column("uid", BIGINT, "User ID applied to the override, 0 applies to all"),
Column("path", TEXT, "Path to daemon or agent plist"),
])
implementation("launchd@genLaunchdOverrides")