当我退出我的访客帐户时,它会被黑屏和光标卡住,我可以四处移动但除了强行重启之外无法做任何事情。在我的搜索中,我看到了一个 老推荐 删除 /Library/Preferences/com.apple.loginwindow.plist
文件(对我来说不起作用)。我也见过那个人 禁用系统完整性保护 同 csrutil disable
。
重启后我查看了控制台,看到以下行:
Apr 24 12:45:55 my-computer com.apple.xpc.launchd[1]
(com.apple.xpc.launchd.user.domain.201.100028.Aqua):
Caller not allowed to perform action: loginwindow.1627,
action = service removal, code = 150:
Operation not permitted while System Integrity Protection is engaged,
uid = 0, euid = 201, gid = 201, egid = 201, asid = 100028
这提到了loginwindow和系统完整性保护。禁用SIP是解决这个问题的唯一方法吗?