Adding removable system extension configuration in MDM
Removable system extension can be configured using the instructions present in the docs section of installer, MDM-instructions.txt and MDM-SYSEXT-approval-mobileconfig-sample.txt.
MDM System Extension Approval Configuration - To construct the correct configuration, you must specify the Apple Team ID and System Extension bundle ID in your
configuration profile
Deactivation approval configuration
Section: Removable System Extensions
Apple Team ID: 7AGZNQ2S2T
System Extension Bundle ID: com.vmware.carbonblack.cloud.se-agent.extension
<key>AllowedSystemExtensions</key> <dict> <key>7AGZNQ2S2T</key> <array> <string>com.vmware.carbonblack.cloud.se-agent.extension</string> </array> </dict> <key>RemovableSystemExtensions</key> <dict> <key>7AGZNQ2S2T</key> <array> <string>com.vmware.carbonblack.cloud.se-agent.extension</string> </array> </dict>