mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-19 19:26:55 +00:00
8 lines
127 B
SQL
8 lines
127 B
SQL
-- Retrieves System Integrity Protection Settings data
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: darwin
|
|
SELECT
|
|
*
|
|
FROM
|
|
sip_config; |