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.
相关推荐
朝新_9 小时前
【实战】动态 SQL + 统一 Result + 登录校验:图书管理系统(下)
xml·java·数据库·sql·mybatis
装不满的克莱因瓶9 小时前
什么是脏读、幻读、不可重复读?Mysql的隔离级别是什么?
数据库·mysql·事务·隔离级别·不可重复读·幻读·脏读
aramae10 小时前
MySQL数据库入门指南
android·数据库·经验分享·笔记·mysql
Apache IoTDB10 小时前
时序数据库 IoTDB 集成 MyBatisPlus,告别复杂编码,简化时序数据 ORM 开发
数据库·struts·servlet·时序数据库·iotdb
isNotNullX11 小时前
怎么用数据仓库来进行数据治理?
大数据·数据库·数据仓库·数据治理
小坏讲微服务11 小时前
Spring Cloud Alibaba Gateway 集成 Redis 限流的完整配置
数据库·redis·分布式·后端·spring cloud·架构·gateway
HitpointNetSuite11 小时前
连锁餐饮行业ERP系统如何选择?
大数据·数据库·oracle·netsuite·erp
百***170711 小时前
MySQL 常用 SQL 语句大全
数据库·sql·mysql
百***659511 小时前
mysql如何发现慢查询sql
数据库·sql·mysql
资深web全栈开发11 小时前
PostgreSQL 实战指南(面向 MySQL 开发者)
数据库·mysql·postgresql