py-iMessage
py-iMessage copied to clipboard
csrutil disable doesn't work when executed from Terminal
Has anyone else gotten this error when running csrutil disable
?
csrutil: failed to modify system integrity configuration. This tool needs to be executed from the Recovery OS.
Thanks for filing @raykyri. It looks like https://apple.stackexchange.com/questions/208478/how-do-i-disable-system-integrity-protection-sip-aka-rootless-on-macos-os-x covers how to run the command. I'll update the README
Anyway the howto slightly differs for Apple M1 (newer machines):
- Shutdown mac.
- Start it while holding start button until Options is shown.
- Select Options->Login->Utilities->Terminal
- Run
csrutil disable
- Login again
- Reboot
- Done.
- tested on Mac mini M1 w/ macos 11.2 & 11.2.2