osquery-1/osquery/tables/specs/darwin/alf.table

13 lines
433 B
Plaintext
Raw Normal View History

table_name("alf")
description("Information about the current configuration of the OS X application level firewall.")
schema([
2014-11-12 18:27:44 +00:00
Column("allow_signed_enabled", INTEGER),
Column("firewall_unload", INTEGER),
Column("global_state", INTEGER),
Column("logging_enabled", INTEGER),
Column("logging_option", INTEGER),
Column("stealth_enabled", INTEGER),
Column("version", TEXT),
])
implementation("firewall@genALF")