关闭mac的SIP机制

来源:互联网 发布:oracle sql rollup 编辑:程序博客网 时间:2024/06/01 22:36

Follow these steps to disable SIP:
1. Restart your Mac.
2. Before OS X starts up, hold down Command-R and keep it held down until you see an Apple icon and a progress bar. Release. This boots you into Recovery.
3. From the Utilities menu, select Terminal.
4. At the prompt type exactly the following and then press Return: csrutil disable
5. Terminal should display a message that SIP was disabled.
6. From the  menu, select Restart.
You can re-enable SIP by following the above steps, but using csrutil enable instead.

0 0