mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-10 07:39:26 +00:00
execdir: Add ~/go and ~/bin exceptions
This commit is contained in:
parent
f7237c3641
commit
4a9a967b47
@ -111,8 +111,10 @@ WHERE
|
||||
)
|
||||
AND top_homedir NOT IN (
|
||||
'~/Applications/',
|
||||
'~/bin/',
|
||||
'~/code/',
|
||||
'~/.config/',
|
||||
'~/go/',
|
||||
'~/homebrew/',
|
||||
'~/Library/',
|
||||
'~/.local/',
|
||||
|
@ -102,18 +102,20 @@ WHERE
|
||||
)
|
||||
AND top_homedir NOT IN (
|
||||
'~/Applications/',
|
||||
'~/bin/',
|
||||
'~/code/',
|
||||
'~/.config/',
|
||||
'~/git/',
|
||||
'~/go/',
|
||||
'~/google-cloud-sdk/',
|
||||
'~/homebrew/',
|
||||
'~/Library/',
|
||||
'~/.local/',
|
||||
'~/projects/',
|
||||
'~/git/',
|
||||
'~/.pulumi/',
|
||||
'~/src/',
|
||||
'~/.tflint.d/',
|
||||
'~/.vscode/',
|
||||
'~/google-cloud-sdk/',
|
||||
'~/.pulumi/',
|
||||
'~/.vs-kubernetes/'
|
||||
)
|
||||
-- Locally built executables
|
||||
|
Loading…
Reference in New Issue
Block a user