When I need to get the most out of a Hackintosh and HackBook, one setting I enable or disable is System Integrity Protection (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 or an EFI Mounter 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 is Completely Disabled
<key>RtVariables</key>
<dict>
<key>CsrActiveConfig</key>
<string>0x3E7</string>
<key>BooterConfig</key>
<string>0x28</string>
</dict>
SIP 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 /