munkireport / extensions
Module for munkireport.
Installs: 9 130
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 4
Open Issues: 0
This package is auto-updated.
Last update: 2024-11-06 15:40:44 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.