Mac OS 禁用 SIP 系统完整性保护

  1. 关闭并重新启动 Mac,Command+R在启动时按住以进入Recovery Mode.
  2. 进入Recovery模式后打开终端
bash 复制代码
-bash-3.2# csrutil disable
Turning off System Integrity Protection reguires modifying system security.Allow booting unsigned operating systems and any kernel extensions for 0s "Macintosh HD"?[y/n]: y
Enter password for user xxx:System Integrity Protection is offRestart the machine for the changes to take effect
.-bash-3.2# csrutil disable
Enter password for user xxx:System Integrity Protection is off.Restart the machine for the changes to take effect、
-bash-3.2#
  1. 在终端输入命令csrutildisable并按Enter键。

终端提示:Successfully disabled System Integrity Protection. Please restart the machine for changes to take effect.表示您已成功关闭SIP保护。

  1. 重启后,在终端查看状态
bash 复制代码
MacBook-Pro ~ % csrutil status
System Integrity Protection status: disabled.
相关推荐
网安小张16 分钟前
解锁FastAPI与MongoDB聚合管道的性能奥秘
数据库·python·django
AirMan17 分钟前
SQL语句中,为什么group by能够提前"预知"select的别名?
mysql
老兵发新帖1 小时前
Flyway
数据库
薛晓刚1 小时前
一次Oracle的非正常关闭
数据库
文牧之1 小时前
Oracle 的 SEC_CASE_SENSITIVE_LOGON 参数
运维·数据库·oracle
平行绳1 小时前
零基础玩转 Coze 数据库,看这篇就够了!
数据库·人工智能·coze
NineData2 小时前
NineData云原生智能数据管理平台新功能发布|2025年5月版
数据库·云原生·oracle·devops·ninedata
不会编程的猫星人2 小时前
Oracle杀进程注意事项
数据库·microsoft·oracle
GUIQU.2 小时前
【Oracle】安装单实例
数据库·oracle
老胖闲聊2 小时前
Python Django完整教程与代码示例
数据库·python·django