munkireport/extensions

Module for munkireport.

Installs: 10 417

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 4

Open Issues: 0

pkg:composer/munkireport/extensions

v3.6 2024-05-23 14:21 UTC

This package is auto-updated.

Last update: 2025-10-09 00:20:07 UTC


README

Provides information about third party extensions (kexts).

Database:

  • bundle_id - varchar(255) - Bundle ID of the extension
  • version - varchar(255) - Version of the extension
  • path - TEXT - Directory of extension
  • developer - varchar(255) - Codesigner's developer name
  • teamid - varchar(255) - Developer's TeamID (useful for System Extension Policy whitelisting in MDM)
  • executable - TEXT - Location of executable within extension

Special thanks yo frogor for helping with the data gathering script.