8 lines
127 B
MySQL
8 lines
127 B
MySQL
|
-- Retrieves System Integrity Protection Settings data
|
||
|
--
|
||
|
-- tags: postmortem
|
||
|
-- platform: darwin
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
sip_config;
|