mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
8 lines
285 B
Plaintext
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")
|