munkireport/extensions

Module for munkireport.

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

This package is auto-updated.

Last update: 2024-05-23 14:22:41 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.