11 lines
290 B
SQL
11 lines
290 B
SQL
-- Retrieves the configuration values for the Application Layer Firewall for OSX.
|
|
--
|
|
-- 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;
|