package_bom¶
OS X package bill of materials (BOM) file list.
Platform support¶
Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: package_bom
Mac OSX
Table schema¶
Name |
Type |
Description |
---|---|---|
filepath |
TEXT |
Package file or directory |
uid |
INTEGER |
Expected user of file or directory |
gid |
INTEGER |
Expected group of file or directory |
mode |
INTEGER |
Expected permissions |
size |
BIGINT |
Expected file size |
modified_time |
INTEGER |
Timestamp the file was installed |
path |
TEXT |
Path of package bom |
Query examples¶
select * from package_bom where path = '/var/db/receipts/com.apple.pkg.MobileDevice.bom'