Disable System Integrity Protection (SIP) - Rootless In OS X El Capitan - How To
Turning Off Rootless System Integrity Protection in OS X El Capitan 10.11.x or Later
Again, the vast majority of Mac users should not disable rootless. Disabling rootless is aimed exclusively at advanced Mac users. Do so at your own risk, this is not specifically recommended.
- Reboot the Mac and hold down Command + R keys after the startup chime, this will boot OS X into Recovery HD.
- When the Utility Menu appears, select the Terminal from the Utilities' menu in the menubar.
- Paste the following command into the terminal then hit return: csrutil disable; reboot
- You’ll see a message saying that System Integrity Protection has been disabled, and the Mac needs to restart for changes to take effect. The Mac will then reboot itself automatically.
- You can also issue the command by itself without the automatic reboot like so: csrutil disable
Once the Mac boots up again, System Integrity Protection will be disabled entirely in OS X.
Checking the Status of Rootless / System Integrity Protection in OS X
If you want to know the status of rootless before rebooting or without rebooting the Mac from the Recovery HD, just paste the following command into the Terminal: csrutil status
You’ll either see one of two messages:
$ csrutil status
$ System Integrity Protection status: enabled.
or
$ csrutil status
$ System Integrity Protection status: disabled
If at any time you want to change the status of rootless, another reboot from the Recovery HD is required.
How to Re-Enable Rootless System Integrity Protection in OS X
Simply reboot the Mac again from the Recovery HD as directed above, but at the command line use the following syntax instead: csrutil enable
Just as before, a reboot of the Mac is required for changes to take effect.