TF and LiteIcon running together? OS Sierra

To have all functions on in LiteIcon I gotta enter csrutil enable --without fs and then after I reboot TF give an erorr to enable csrutil enable --without debug once I fix TF LiteIcon is limited again. Is there is a SIP command to have them both running together?

Thanks

You probably want to execute this command instead:

csrutil enable --without debug --without fs

This will enable SIP, with exception of debug and fs submodules.

Alternatively you might disable SIP completely (all submodules):

csrutil disable

To fully enable SIP back to default state:

csrutil enable

After tweaking SIP settings, you should csrutil status to double-check that the status matches your expectations.

2 Likes