osquery-1/specs/darwin/gatekeeper_approved_apps.table
2017-07-27 10:51:31 -07:00

13 lines
444 B
Plaintext

table_name("gatekeeper_approved_apps")
description("Gatekeeper apps a user has allowed to run.")
schema([
Column("path", TEXT, "Path of executable allowed to run"),
Column("requirement", TEXT, "Code signing requirement language"),
Column("ctime", DOUBLE, "Last change time"),
Column("mtime", DOUBLE, "Last modification time"),
])
implementation("gatekeeper@genGateKeeperApprovedApps")
fuzz_paths([
"/var/db/SystemPolicy"
])