Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created April 11, 2018 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/81451ed21e2c589056abd876a866f096 to your computer and use it in GitHub Desktop.
Save rtrouton/81451ed21e2c589056abd876a866f096 to your computer and use it in GitHub Desktop.
This profile configures your Mac to automatically enable third-party kernel extensions from specified vendors.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1">
<dict>
<key>PayloadUUID</key>
<string>9BF0A852-EF1F-45FD-939B-A70CD4329F4C</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadIdentifier</key>
<string>9BF0A852-EF1F-45FD-939B-A70CD4329F4C</string>
<key>PayloadDisplayName</key>
<string>Approved Kernel Extensions</string>
<key>PayloadDescription</key>
<string>This profile configures your Mac to automatically enable third-party kernel extensions from specified vendors.</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadUUID</key>
<string>9B77518B-65E3-47D8-B75C-7567953C6466</string>
<key>PayloadType</key>
<string>com.apple.syspolicy.kernel-extension-policy</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadIdentifier</key>
<string>9B77518B-65E3-47D8-B75C-7567953C6466</string>
<key>PayloadDisplayName</key>
<string>Approved Kernel Extensions</string>
<key>PayloadDescription</key>
<string/>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>AllowUserOverrides</key>
<true/>
<key>AllowedKernelExtensions</key>
<dict>
<key>7AGZNQ2S2T</key>
<array>
<string>com.bit9.cbsystemproxy</string>
<string>com.carbonblack.CbOsxSensorProcmon</string>
<string>com.carbonblack.CbOsxSensorNetmon</string>
</array>
<key>VB5E2TV963</key>
<array>
<string>org.virtualbox.kext.VBoxNetAdp</string>
<string>org.virtualbox.kext.VBoxDrv</string>
<string>org.virtualbox.kext.VBoxNetFlt</string>
<string>org.virtualbox.kext.VBoxUSB</string>
</array>
<key>KBVSJ83SS9</key>
<array>
<string>CitrixGUSB.kext</string>
<string>com.citrix.kext.gusb</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment