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

8 lines
285 B
Plaintext

table_name("alf_exceptions")
description("OS X application layer firewall (ALF) service exceptions.")
schema([
Column("path", TEXT, "Path to the executable that is excepted"),
Column("state", INTEGER, "Firewall exception state"),
])
implementation("firewall@genALFExceptions")