Add broader port exception for Chrome

This commit is contained in:
Thomas Stromberg 2022-10-20 14:11:19 -04:00
parent 44324e3811
commit 416bdd8fd1
Failed to extract signature

View File

@ -106,5 +106,12 @@ WHERE
AND s.protocol = 6
AND p.euid > 500
)
AND NOT (
p.name = 'chrome'
AND f.filename = 'chrome'
AND s.remote_port > 5000
AND s.protocol = 6
AND p.euid > 500
)
GROUP BY
p.cmdline