SecurityInfoResponse.SecurityInfo.SecureBoot.ReducedSecurity
Reports which security features the user disables in recoveryOS. This property is only present for a Mac with Apple silicon when SecureBootLevel is medium.
Declaration
object SecurityInfoResponse.SecurityInfo.SecureBoot.ReducedSecurityProperties
| Name | Type | Description |
|---|---|---|
AllowsAnyAppleSignedOS | string | If ‘true’, allows any signed version of trusted system software from Apple to run. |
AllowsMDM | string | If ‘true’, the MDM server controls kernel extensions and software updates. |
AllowsUserKextApproval | string | If ‘true’, the user has control over kernel extensions. |
Discussion
Available in iOS 11 and later.