How to enable specific part of System Integrity Protection(SIP) while keeping few sections of it disabled.
macOS SIP supports a set of hidden options to disable few sections of SIP by passing hidden options to csrutil tool.
Each of these can be selectively disabled by running one of the following commands while booted into Recovery mode:
- csrutil enable --no-internal
- csrutil enable --without kext
- csrutil enable --without fs
- csrutil enable --without debug
- csrutil enable --without dtrace
- csrutil enable --without nvram
You can disable two or more components by structuring the command as follows:
- csrutil enable --without kext --without debug
How to disable /enable to SIP , refer to http://anandmpandit.blogspot.in/2015/11/how-to-disable-system-integrity.html.
Note : These options are tested on macOS ElCapitan , on higher version of macOS some or all of them may not work.
Comments
Post a Comment