osquery-extension
osquery-extension copied to clipboard
`GoogleChromeProfilesGenerate` returns no rows for Linux
Environment
- OS: Ubuntu 22.04.4
- A
SELECT *
onGoogleChromeProfilesGenerate
returns no results. - See https://github.com/fleetdm/fleet/issues/21311 (in fleetd this is exposed as
google_chrome_profiles
and such table returns no rows on Linux). - The table is documented as supported on Linux in the
README.md
More info
Adding "linux": {"/home"}
here seems to fix the issue:
https://github.com/macadmins/osquery-extension/blob/732090b725f8673b155708a8f17fb470bb6897c1/tables/chromeuserprofiles/chrome_user_profiles.go#L29-L32