mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-11 16:44:35 +00:00
8 lines
128 B
SQL
8 lines
128 B
SQL
-- Retrieves the exceptions for the Application Layer Firewall in OSX.
|
|
--
|
|
-- tags: postmortem
|
|
SELECT
|
|
*
|
|
FROM
|
|
alf_exceptions;
|