Merge pull request #181 from tstromberg/friday-sweep

execdir events macOS: Fix ambiguous path
This commit is contained in:
Thomas Strömberg 2023-02-17 12:01:38 -05:00 committed by GitHub
commit a4ad9b2aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/%'