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.
相关推荐
望获linux1 小时前
【Linux基础知识系列:第一百五十九篇】磁盘健康监测:smartctl
linux·前端·数据库·chrome·python·操作系统·软件
西部风情2 小时前
聊聊并发、在线、TPS
android·java·数据库
小彭律师2 小时前
Docker/K8s部署MySQL的创新实践与优化技巧大纲
mysql·docker·kubernetes
csdn_aspnet5 小时前
在 MacOS 中安装 MySQL 8
mysql·macos
清风6666665 小时前
基于单片机的水塔液位检测与智能调节报警系统设计
数据库·单片机·嵌入式硬件·毕业设计·课程设计·期末大作业
gplitems1235 小时前
Technox – IT Solutions & Services WordPress Theme: A Practical
linux·服务器·数据库
不剪发的Tony老师6 小时前
MySQL 9.5创新版发布,有哪些新功能?
数据库·mysql
布朗克1687 小时前
MySQL 及 SQL 注入详细说明
数据库·sql·mysql·1024程序员节
武子康7 小时前
Java-154 深入浅出 MongoDB 用Java访问 MongoDB 数据库 从环境搭建到CRUD完整示例
java·数据库·分布式·sql·mongodb·性能优化·nosql
我科绝伦(Huanhuan Zhou)7 小时前
MySQL一键升级脚本(5.7-8.0)
android·mysql·adb