9 lines
319 B
SQL
9 lines
319 B
SQL
-- Retrieves the list of processes with explicit authorization for the Application Layer Firewall.
|
|
--
|
|
-- interval: 3600
|
|
-- platform: darwin
|
|
-- value: Verify firewall settings are as restrictive as you need. Identify unwanted firewall holes made by malware or humans
|
|
-- version: 1.4.5
|
|
|
|
select * from alf_explicit_auths;
|