mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-15 00:47:22 +00:00
9 lines
180 B
MySQL
9 lines
180 B
MySQL
|
-- Retrieves the list of processes with explicit authorization for the Application Layer Firewall.
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: darwin
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
alf_explicit_auths;
|