Skip to content

Commit

Permalink
Enable value importers for various system extension MDM configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
WillYu91 committed Nov 12, 2022
1 parent 9a0f730 commit 1ec18f0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@
<string>Allowed System Extensions</string>
<key>pfm_type</key>
<string>dictionary</string>
<key>pfm_value_import_processor</key>
<string>com.apple.syspolicy.system-extension-policy.SystemExtensionsBundleIdentifier</string>
</dict>
<dict>
<key>pfm_description</key>
Expand Down Expand Up @@ -260,6 +262,8 @@
<string>Allowed System Extension Types</string>
<key>pfm_type</key>
<string>dictionary</string>
<key>pfm_value_import_processor</key>
<string>com.apple.syspolicy.system-extension-policy.SystemExtensionsTypes</string>
</dict>
<dict>
<key>pfm_description</key>
Expand Down Expand Up @@ -308,6 +312,8 @@
<string>Removable System Extensions</string>
<key>pfm_type</key>
<string>dictionary</string>
<key>pfm_value_import_processor</key>
<string>com.apple.syspolicy.system-extension-policy.RemovableSystemExtensions</string>
</dict>
</array>
<key>pfm_targets</key>
Expand Down

0 comments on commit 1ec18f0

Please sign in to comment.