Pierre N
06/21/2024, 8:36 AMLucas Rodriguez
06/21/2024, 11:59 AMfleet-osquery.pkg
generated?
Maybe you can inspect the contents of the pkg with `pkgutil`:
pkgutil --expand ./fleet-osquery.pkg ./expanded
cd expanded
tar xf Payload
# Inspect the executables:
file opt/orbit/bin/osqueryd/macos-app/stable/osquery.app/Contents/MacOS/osqueryd
file opt/orbit/bin/orbit/macos/stable/orbit
file opt/orbit/bin/desktop/macos/stable/Fleet\ <http://Desktop.app/Contents/MacOS/fleet-desktop|Desktop.app/Contents/MacOS/fleet-desktop>
On a fleet-osquery.pkg
that I just generated the three executables are universal binaries (so they don't require Rosetta).Pierre N
06/24/2024, 2:00 AM