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 /