Rootless机制将成为对抗恶意程序的最后防线!

关闭Rootless机制

进入恢复模式(重启系统时按住command+R进入恢复模式)下打开终端;

关闭系统SIP保护:csrutil disable;

重启,进入正常系统;

解决无法添加VMware辅助功能的问题

进入系统后打开终端;

依次输入以下命令:

sudo chmod 777 /Library/Application Support/com.apple.TCC
sudo rm -rf /Library/Application Support/com.apple.TCC/TCC.db

重启系统

解决VMWare黑屏问题

打开终端;

依次输入以下指令(可能会要求输入自己的本机密码):

tccutil reset All com.vmware.fusion
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServiceScreenCapture", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServiceListenEvent", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'
sudo sqlite3 "/Library/Application Support/com.apple.TCC/TCC.db" 'insert into access values ("kTCCServicePostEvent", "com.vmware.fusion", 0, 1, 1, "", "", "", "UNUSED", "", 0,1565595574)'

重新启动VMware fusion,发现已经解决黑屏。

重新打开Rootless机制

进入恢复模式(重启系统时按住command+R进入恢复模式)下打开终端;

关闭系统SIP保护:csrutil enable;

重启,进入正常系统;

觉得上面的内容有用吗?快来点个赞吧!

点赞() 我要打赏

温馨提示 : 本站内容来自会员投稿以及互联网,所有源码及教程均为作者总结编辑,请大家在使用过程中提前做好备份,以免发生无法预知的错误,源码类教程请勿直接用于生产环境!

 可能感兴趣的文章

1 2 3 4 5