Capturing more details abt the extensions. Also we are not installing and enabling ES on the machines where the issues are reported.
The provisioning profile for NE looks like:
% security cms -D -i /Applications/MyorgSystemExtensions.app/Contents/Library/SystemExtensions/com.Myorg.CMF.networkextension.systemextension/Contents/embedded.provisionprofile
...
<key>Entitlements</key>
<dict>
<key>com.apple.developer.endpoint-security.client</key>
<true/>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>packet-tunnel-provider-systemextension</string>
<string>app-proxy-provider-systemextension</string>
<string>content-filter-provider-systemextension</string>
<string>dns-proxy-systemextension</string>
<string>dns-settings</string>
</array>
<key>com.apple.application-identifier</key>
<string>REPLACEDID.com.Myorg.CMF.networkextension</string>
<key>keychain-access-groups</key>
<array>
<string>REPLACEDID.*</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>REPLACEDID</string>
</dict>
...
The provisioning profile for ES looks like:
% security cms -D -i /Applications/MyorgSystemExtensions.app/Contents/Library/SystemExtensions/com.Myorg.CMF.endpointsecurity.systemextension/Contents/embedded.provisionprofile
...
<key>Entitlements</key>
<dict>
<key>com.apple.developer.endpoint-security.client</key>
<true/>
<key>com.apple.developer.system-extension.install</key>
<true/>
<key>com.apple.application-identifier</key>
<string>REPLACEDID.com.Myorg.CMF.endpointsecurity</string>
<key>keychain-access-groups</key>
<array>
<string>REPLACEDID.*</string>
</array>
<key>com.apple.developer.team-identifier</key>
<string>REPLACEDID</string>
</dict>
...
Topic:
App & System Services
SubTopic:
Networking
Tags: