osquery-defense-kit/incident_response/sip_config.sql
Thomas Stromberg 41d83350a1
make reformat
2023-05-08 13:20:47 -04:00

9 lines
128 B
SQL

-- Retrieves System Integrity Protection Settings data
--
-- tags: postmortem
-- platform: darwin
SELECT
*
FROM
sip_config;