mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
7 lines
226 B
Plaintext
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")
|