mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-26 23:32:47 +00:00
9 lines
131 B
MySQL
9 lines
131 B
MySQL
|
-- Lists the application bundle that owns a sandbox label.
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: darwin
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
sandboxes;
|