Skip to content

Instantly share code, notes, and snippets.

@djtech42
Last active May 1, 2018 18:11
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save djtech42/7233c602fda912d96fdf to your computer and use it in GitHub Desktop.
Disable Rootless Feature (System Integrity Protection) in OS X El Capitan (Updated)
#!/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
@tomcatzh
Copy link

not work in beta4

@depressiveRobot
Copy link

@erwinia
Copy link

erwinia commented Aug 22, 2015

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