即使是 root 且没有系统完整性保护,也无法编辑只读文件

即使是 root 且没有系统完整性保护,也无法编辑只读文件

Note:这个问题不同于:即使是 root 用户也无法编辑只读文件

我正在尝试编辑/System/Library/QuickLook/Illustrator.qlgenerator/Contents/Info.plist

开启MacOS Ventura(Mac M1)。 我已经禁用系统完整性保护

❯ pwd
/System/Library/QuickLook/Illustrator.qlgenerator/Contents
❯ csrutil status
System Integrity Protection status: disabled.
❯ sudo chmod 777 Info.plist
Password:
chmod: Unable to change file mode on Info.plist: Read-only file system

我在这里做错了什么?asciinema 视频

答案1

正如@Tetsujin 所评论的:自 BigSur 以来,系统分区就是sealed如此read-only,即使使用 root 权限并禁用系统完整性保护也无法更改这一点。

看: Apple 文档

相关内容