System Extensions
com.apple.system-extension-policy
The payload that configures system extensions.
Configuration Keys (7)
| Key | Type | Title |
|---|---|---|
AllowUserOverridesIf 'false', restricts users from approving additional system extensions that configuration profiles don't explicitly allow. Default: true | boolean | Allow users to approve system extensions |
AllowedTeamIdentifiersAn array of team identifiers that defines valid, signed system extensions that are allowable to load. Approved system extensions are those signed with any of the specified team identifiers. To avoid requiring an administrator to authorize the operation, you can activate system extensions that this key specifies using 'OSSystemExtensionActivationRequest API'. It's an error for the same team identifier to appear in both this array and as a key in the 'AllowedSystemExtensions' dictionary. | array | Allowed Team Identifiers |
AllowedSystemExtensionsA dictionary of approved system extensions on the computer. The dictionary maps the team identifiers (keys) to arrays of bundle identifiers, where the bundle identifier defines the system extension to install. To avoid requiring an administrator to authorize the operation, you can activate system extensions that this key specifies using 'OSSystemExtensionActivationRequest API'. It's an error for the same team identifier to appear in both the 'AllowedTeamIdentifiers' array and as a key in this dictionary. | dict | Allowed System Extensions |
AllowedSystemExtensionTypesA dictionary that maps a team identifier to an array of strings, where each string is a type of system extension that you can install for that team identifier. The allowed extension types are 'DriverExtension', 'NetworkExtension', and 'EndpointSecurityExtension'. If there's no entry for a specified team identifier in the dictionary, the system allows all extension types. | dict | Allowed System Extension Types |
RemovableSystemExtensionsA dictionary of system extensions that are allowed to remove themselves from the machine. The dictionary maps team identifiers (keys) to arrays of bundle identifiers, where the bundle identifier defines the system extension. An application using the 'OSSystemExtensionDeactivationRequest' API can deactivate the specified system extensions without requiring an administrator to authorize the operation. Available in macOS 12 and later. | dict | Removable System Extensions |
NonRemovableSystemExtensionsA dictionary of system extensions on the computer. The dictionary maps the team identifiers (keys) to arrays of bundle identifiers, where the bundle identifier defines the system extension which can't be disabled or uninstalled when SIP is enabled. It's an error for the same mapping to appear in the dictionary values corresponding to 'RemovableSystemExtensions' and 'NonRemovableSystemExtensions' keys. | dict | — |
NonRemovableFromUISystemExtensionsA dictionary of system extensions on the computer. The dictionary maps the team identifiers (keys) to arrays of bundle identifiers, where the bundle identifier defines the system extension which can't be disabled or uninstalled from System Settings or Finder. The set of system extensions between 'RemovableSystemExtensions' and 'NonRemovableFromUISystemExtensions' can to overlap. | dict | — |
AllowedTeamIdentifiersItem | string | Team Identifier |
{{key}} | string | Team Identifier |
{{value}}The mapping of team identifiers to arrays of bundle identifiers, where the bundle identifier is that of the system extension to be installed. | array | Bundle Identifier |
AllowedSystemExtensionsItemsrequiredAllowed system extension bundle ID | string | Bundle Identifier |
{{key}} | string | Team Identifier |
{{value}}The mapping of team identifier to an array of strings, where each string is a type of system extension that may be installed for that team identifier. | array | System Extension Types |
AllowedSystemExtensionTypesItemsrequiredPermitted System Extension Type Range: Driver (DriverExtension), Network (NetworkExtension), Endpoint Security (EndpointSecurityExtension) | string | System Extension Type |
{{key}} | string | Team Identifier |
{{value}}The dictionary maps team identifiers (keys) to arrays of bundle identifiers, where the bundle identifier defines the system extension. | array | Bundle Identifier |
RemovableSystemExtensionsItemsrequiredRemoved system extension bundle ID | string | Bundle Identifier |
{{key}} | string | — |
{{value}}System extension bundle identifiers | array | — |
NonRemovableSystemExtensionsItemsrequiredNon Removable system extension bundle ID | string | — |
{{key}} | string | — |
{{value}}System extension bundle identifiers | array | — |
NonRemovableFromUISystemExtensionsItemsrequiredNon Removable from UI system extension bundle ID | string | — |