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.
相关推荐
qq_423233902 分钟前
如何用FastAPI构建高性能的现代API
jvm·数据库·python
凯子坚持 c7 分钟前
Qt常用控件指南(8)
开发语言·数据库·qt
春生野草24 分钟前
Redis
数据库·redis·缓存
weixin_4997715535 分钟前
Python上下文管理器(with语句)的原理与实践
jvm·数据库·python
weixin_4521595537 分钟前
高级爬虫技巧:处理JavaScript渲染(Selenium)
jvm·数据库·python
策知道38 分钟前
依托政府工作报告准备省考【经验贴】
大数据·数据库·人工智能·搜索引擎·政务
spencer_tseng41 分钟前
MySQL table backup
mysql
Z...........1 小时前
MYSQL进阶查询
数据库·mysql
Tansmjs2 小时前
使用Python自动收发邮件
jvm·数据库·python
m0_561359672 小时前
用Python监控系统日志并发送警报
jvm·数据库·python