osquery-1/specs/darwin/alf_explicit_auths.table
2015-07-15 23:23:42 -07:00

7 lines
226 B
Plaintext

table_name("alf_explicit_auths")
description("ALF services explicitly allowed to perform networking.")
schema([
Column("process", TEXT, "Process name explicitly allowed"),
])
implementation("firewall@genALFExplicitAuths")