Be more leniant with lack-of-info filter

This commit is contained in:
Thomas Stromberg 2022-09-29 12:29:55 -04:00
parent 21aa79b2e0
commit 962b012e2c
Failed to extract signature

View File

@ -31,10 +31,7 @@ WHERE
AND p.state != "Z"
-- The kernel no longer has enough tracking information for this alert to be useful
AND NOT (
p.parent = 1
AND p.path = ""
AND p.cwd = ""
AND p.name = ""
p.parent = 1 AND p.path = ""
)
AND NOT (
p.gid = 20