Skip to content

Commit

Permalink
Add linux support to chrome user profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmrod committed Aug 15, 2024
1 parent 732090b commit 7859471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tables/chromeuserprofiles/chrome_user_profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7859471

Please sign in to comment.