mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-18 19:40:52 +00:00
Merge pull request #181 from tstromberg/friday-sweep
execdir events macOS: Fix ambiguous path
This commit is contained in:
commit
a4ad9b2aaa
@ -193,7 +193,7 @@ WHERE
|
||||
AND p.cmdline LIKE './%'
|
||||
)
|
||||
-- Spotify
|
||||
AND path NOT LIKE '/private/var/folders/%/T/sp_relauncher'
|
||||
AND pe.path NOT LIKE '/private/var/folders/%/T/sp_relauncher'
|
||||
AND dir NOT LIKE '/Applications/%'
|
||||
AND dir NOT LIKE '~/%/bin'
|
||||
AND dir NOT LIKE '~/%/google-cloud-sdk/bin/%'
|
||||
|
Loading…
Reference in New Issue
Block a user