ma c OSX 10.15.1 не может удалить системный root сертификат - PullRequest
0 голосов
/ 17 июня 2020

моя ма c 10.15.1 не может удалить системный root сертификат, может ли кто-нибудь помочь?

Мне не удалось удалить сертификат или изменить состояние read-only файла связки ключей.

Шаги:

RecoveryModeTerminal:

csrutil disable

NormalLoginTerminal:

su
security delete-certificate -c "SomeExpiredCert" /System/Library/Keychains/SystemRootCertifictes.keychain

Ответ:

security: SecKeychainItemDelete: UNIX[Read-only file system]

NormalLoginTerminal:

chmod -R 777 /System/Library/Keychains

Ответ:

chmod: Unable to chage file mode on /System/Library/Keychains: Read-only file system
chmod: Unable to chage file mode on /System/Library/Keychains/EVRoots.plist: Read-only file system
chmod: Unable to chage file mode on /System/Library/Keychains/SystemRootCertificates.keychain: Read-only file system
chmod: Unable to chage file mode on /System/Library/Keychains/SystemTrustSettings.plist: Read-only file system
...