Skip to content

Instantly share code, notes, and snippets.

@idleuncle
Last active May 6, 2019 15:09
Show Gist options
  • Save idleuncle/162400559383cc0cbfba684ecd04d4fd to your computer and use it in GitHub Desktop.
Save idleuncle/162400559383cc0cbfba684ecd04d4fd to your computer and use it in GitHub Desktop.
How to disable system integrity protection (rootless) in Mac OSX
Reboot with Command + R to enter into Recovery Mode.
"OS X Utilities" -> "Terminal"
$ csrutil disable; reboot
check status
$ csrutil status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment