Remove false positive: apt-helper calls to systemctl

This commit is contained in:
Thomas Stromberg 2023-01-19 12:16:20 -05:00
parent 0b057b45d2
commit 67fb9cad14
Failed to extract signature
1 changed files with 5 additions and 0 deletions

View File

@ -67,5 +67,10 @@ WHERE
'/sbin/systemctl'
)
AND pe.time > (strftime('%s', 'now') -29000) -- Ignore partial table joins
AND NOT exception_key IN (
'systemctl,0,apt-helper,'
)
-- apt-helper form
AND NOT child_cmd LIKE 'systemctl is-active -q %.service'
GROUP BY
pe.pid