We’re launching free support for BYOD Android devices and looking for early feedback. Interested?
Checks to make sure that the System Integrity Protection feature is enabled.
Create or edit a configuration profile with the following information:
Create or edit the following script and configure it to run when the check fails:
Use the policy below to verify:
SELECT 1 FROM sip_config WHERE config_flag = 'sip' AND enabled = 1;
csrutil status | grep -q 'enabled' && echo 1 || echo 0
PowerShell commands are currently work in progress, contributions welcome.
Bash commands are currently work in progress, contributions welcome.