diff --git a/unexpectedly-high-readers.sql b/unexpectedly-high-readers.sql index b5d2c8f..30336f0 100644 --- a/unexpectedly-high-readers.sql +++ b/unexpectedly-high-readers.sql @@ -33,3 +33,4 @@ AND NOT (path LIKE '/home/%/Apps/PhpStorm%/jbr/bin/java') AND path NOT LIKE '/Applications/%.app/Contents/%' AND path NOT LIKE '/System/Library/%' AND path NOT LIKE '/System/Applications/%' +AND path NOT LIKE '/Library/Apple/System/Library/%' \ No newline at end of file