Disable Rootless Feature (System Integrity Protection) in OS X El Capitan (Updated)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Beta 4 to Final Public Release (Must be run in Recovery Mode) | |
csrutil disable | |
#Beta 1-3 | |
sudo nvram boot-args="rootless=0";sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
security configuration does not appear in latest el capitan beta