minor tweaks

This commit is contained in:
Thomas Stromberg 2024-10-21 10:23:43 -04:00
parent 69850c42af
commit 5d109ec6fd
Failed to extract signature

View File

@ -83,8 +83,8 @@ WHERE pos.pid IN (
AND p0.path NOT LIKE '/Library/Apple/%'
AND p0.path NOT LIKE '/Library/Application Support/%/Contents/%'
AND p0.path NOT LIKE '/System/%'
AND p0.path NOT LIKE '/Users/%/go/bin/%'
AND p0.path NOT LIKE '/opt/homebrew/bin/%'
AND p0.path NOT LIKE '/Users/%/bin/%'
AND p0.path NOT LIKE '/opt/%/bin/%'
AND p0.path NOT LIKE '/usr/bin/%'
AND p0.path NOT LIKE '/usr/sbin/%'
AND p0.path NOT LIKE '/usr/libexec/%'