Checks to make sure that the System Integrity Protection feature is enabled.
Use the policy below to verify
SELECT 1 FROM sip_config WHERE config_flag = 'sip' AND enabled = 1;
Share