mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-09 22:16:53 +00:00
Add execdir exception for ~/%packages
This commit is contained in:
parent
71cda72dc1
commit
5735d87453
@ -145,6 +145,7 @@ WHERE
|
||||
'~/.vscode/',
|
||||
'~/.vs-kubernetes/'
|
||||
)
|
||||
AND top_dir NOT LIKE '~/%packages/'
|
||||
-- Locally built executables
|
||||
AND NOT (
|
||||
signature.identifier = 'a.out'
|
||||
|
Loading…
Reference in New Issue
Block a user