关键点: 1、Security policy applying to every process, including privileged code running unsandboxed 2、Extends additional protections to system components on disk and at runtime 3、System binaries can only be modified by Apple Installer and Software Update, and no longer permit runtime attachment or code injection
如何禁用SIP系统完整性保护机制? 1、重新启动操作系统; 2、按住Command + R键; 3、菜单“实用工具” ==>> "终端" ==>> 输入 csrutil disable 回车 执行成功后,返回信息如下: Successfully disabled System Integrity Protection. Please restart the machine for the changes to take effect. 4、这样,更改的配置保存到NVRAM中,对整台机器生效,重新启动即可
如何查看SIP系统完整性保护机制? 命令行终端 $ csrutil status System Integrity Protection status: enabled.
$ csrutil clear / enable / disable 只能在 恢复模式下使用
在禁用掉SIP后,查看状态信息如下 $ csrutil status System Integrity Protection status: enabled (Custom Configuration).