Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fruity: Fix lockdown over CoreDevice regression
Introduced by the recent change in d1df792, where our RSDCheckin includes an EscrowBag in order to support networked lockdown with services such as “com.apple.crashreportmover”. Turns out this broke support for quite a few other services, as the presence of an EscrowBag requires that the particular service is able to talk to AppleKeyStoreUserClient. Not yet sure how to handle this. For now we'll maintain a list of services that lack such privileges, so we can omit the EscrowBag for those. Kudos to @as0ler for reporting and helping troubleshoot.
- Loading branch information