From 7859471470c3eea2c06bd00d99d31a0dc2597d38 Mon Sep 17 00:00:00 2001 From: Lucas Rodriguez Date: Thu, 15 Aug 2024 10:30:43 -0300 Subject: [PATCH] Add linux support to chrome user profiles --- tables/chromeuserprofiles/chrome_user_profiles.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tables/chromeuserprofiles/chrome_user_profiles.go b/tables/chromeuserprofiles/chrome_user_profiles.go index ba36cf7..8ff0231 100644 --- a/tables/chromeuserprofiles/chrome_user_profiles.go +++ b/tables/chromeuserprofiles/chrome_user_profiles.go @@ -29,6 +29,7 @@ func WithUsername(username string) FindFileOpt { var homeDirLocations = map[string][]string{ "windows": {"/Users"}, // windows10 uses /Users "darwin": {"/Users"}, + "linux": {"/home"}, } type userFileInfo struct {