Merge pull request #365 from tstromberg/fpr-apr25

mark command-events & execdir-events as 'extra' due to high CPU usage
This commit is contained in:
Thomas Strömberg 2024-04-29 09:33:44 -04:00 committed by GitHub
commit a0c49efb3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
-- false positives:
-- * possible, but none known
--
-- tags: transient process events
-- tags: transient process events extra
-- platform: darwin
-- interval: 180
SELECT -- Child

View File

@ -9,7 +9,7 @@
--
-- interval: 240
-- platform: darwin
-- tags: filesystem events
-- tags: filesystem events extra
SELECT
COALESCE(
REGEX_MATCH (REPLACE(pe.path, u.directory, '~'), '(.*)/', 1),