-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite of module, YAML widget/listing, system extensions
- Loading branch information
Showing
22 changed files
with
539 additions
and
627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
Extensions module | ||
============== | ||
|
||
Provides information about third party extensions (kexts). | ||
Provides information about third party extensions (kexts) and system extensions (macOS 10.15+). Special thanks to frogor for helping with the data gathering script. | ||
|
||
Database: | ||
Table Schema | ||
----- | ||
* 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 | ||
* path - text - Directory of extension | ||
* developer - varchar(255) - Code signer's developer name | ||
* teamid - varchar(255) - Developer's Team ID | ||
* executable - text - Location of executable within extension | ||
* boot_uuid - varchar(255) - Boot UUID of the current system extension configuration | ||
* developer_mode - boolean - Is developer mode enabled for system extensions | ||
* extension_policies - text - JSON of the current MDM provided system extension policies | ||
* state - varchar(255) - State of the system extension | ||
* categories - varchar(255) - Category of system extension | ||
|
||
|
||
Special thanks yo frogor for helping with the data gathering script. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.