Last active
May 1, 2018 18:11
-
-
Save djtech42/7233c602fda912d96fdf to your computer and use it in GitHub Desktop.
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 |
Use this instead: http://www.macbartender.com/system-item-setup/
security configuration does not appear in latest el capitan beta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not work in beta4