CsrActiveConfig

When I need to get the most out of my do-it-yourself Hackintosh and HackBook build, one of the settings that I enable or disable is SIP and that can be done by changing the CsrActiveConfig values in the config.plist file in the Rt Variables section. To get to it, Clover Configurator, EFI Mounter, or ESP Mounter Pro is highly recommended.

SIP is Completely Disabled
<key>RtVariables</key>
<dict>
<key>CsrActiveConfig</key>
<string>0x67</string>
<key>BooterConfig</key>
<string>0x28</string>
</dict>

SIP Partially is Partially Disabled
<key>RtVariables</key>
<dict>
<key>CsrActiveConfig</key>
<string>0x3</string>
<key>BooterConfig</key>
<string>0x28</string>
</dict>

SIP is Enabled
<key>RtVariables</key>
<dict>
<key>CsrActiveConfig</key>
<string>0x0</string>
<key>BooterConfig</key>
<string>0x28</string>
</dict>

WARNING: If your configuration requires you to to have SIP enabled to function properly, you need to verify that your kernel cache is stable and repair any issues before enabling.

sudo touch /System/Library/Extensions && sudo kextcache -u /

The following two tabs change content below.
facebook-profile-picture

Stephan Pringle

Technology Support Specialist at Sipylus
About The Author: Stephan Pringle is an Information Technology Support Specialist. He covers hardware and software and provides tips for you to troubleshoot and repair issues on your own. In his spare time, he writes articles about the State of New York on his Hackintosh and HackBook and that has helped him to become the top contributor of the New York City section of Yahoo! Answers.
facebook-profile-picture

Latest posts by Stephan Pringle (see all)

facebook-profile-picture

Stephan Pringle

About The Author: Stephan Pringle is an Information Technology Support Specialist. He covers hardware and software and provides tips for you to troubleshoot and repair issues on your own. In his spare time, he writes articles about the State of New York on his Hackintosh and HackBook and that has helped him to become the top contributor of the New York City section of Yahoo! Answers.