Finding the Team Identifier and Bundle Identifier

Jamf School Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  1. Get a clean install of macOS 10.13 and install all the kernel extensions you need.
  2. When prompted, click OK.
  3. Navigate to System Settings > Security & Privacy and click Allow.
  4. Once all of your kernel extensions load, open Terminal and execute the following command:
    sqlite3 /var/db/SystemPolicyConfiguration/KextPolicy
  5. Execute the following command:
    SELECT * FROM kext_policy;

You will see the Team ID and the bundle ID for each individual extension, and the display name of the developer. Note the Team ID is the first item listed. You will need all the IDs for the extensions you want to safelist.