osquery-extension icon indicating copy to clipboard operation
osquery-extension copied to clipboard

`GoogleChromeProfilesGenerate` returns no rows for Linux

Open lucasmrod opened this issue 6 months ago • 0 comments

Environment

  • OS: Ubuntu 22.04.4
  • A SELECT * on GoogleChromeProfilesGenerate 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

lucasmrod avatar Aug 15 '24 10:08 lucasmrod