Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save heineck/8092d7f437702bb3fc92 to your computer and use it in GitHub Desktop.
Save heineck/8092d7f437702bb3fc92 to your computer and use it in GitHub Desktop.

What is System Integrity Protection?

System Integrity Protection prevents write in certain system directories, as example /usr.

How to disable?

To disable System Integrity Protection, you must boot to Recovery OS and run the csrutil command from the Terminal.

  1. Boot to Recovery OS by restarting your machine and holding down the Command and R keys at startup.
  2. Launch Terminal from the Utilities menu.
  3. Enter the following command:
    $csrutil disable
  1. After disabling System Integrity Protection on a machine, a reboot is required.
    $reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment