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.
相关推荐
Kt&Rs27 分钟前
MySQL复制技术的发展历程
数据库·mysql
小小菜鸡ing30 分钟前
pymysql
java·服务器·数据库
手握风云-36 分钟前
MySQL数据库精研之旅第十六期:深度拆解事务核心(上)
数据库·mysql
boonya1 小时前
Redis核心原理与面试问题解析
数据库·redis·面试
沙二原住民2 小时前
提升数据库性能的秘密武器:深入解析慢查询、连接池与Druid监控
java·数据库·oracle
三毛20042 小时前
玳瑁的嵌入式日记D33-0908(SQL数据库)
jvm·数据库·sql
叫我龙翔2 小时前
【MySQL】从零开始了解数据库开发 --- 库的操作
数据库·mysql·数据库开发
没有bug.的程序员2 小时前
Redis Stream:轻量级消息队列深度解析
java·数据库·chrome·redis·消息队列
GottdesKrieges3 小时前
OceanBase容量统计:租户、数据库、表大小
数据库·oceanbase
pan3035074793 小时前
mysql 回表查询(二次查询,如何检查,如何规避)
数据库·mysql