Accept strace-log-merge anywhere

This commit is contained in:
Thomas Stromberg 2022-11-10 11:31:37 -05:00
parent 47bb017183
commit 32e3657221
Failed to extract signature

View File

@ -38,13 +38,11 @@ WHERE
OR mod_time LIKE "% 00:00:00"
)
-- false positives
AND file.path NOT IN (
'/etc/master.passwd',
'/usr/share/doc/strace/NEWS',
'/bin/strace-log-merge',
'/etc/printcap',
'/usr/bin/strace-log-merge',
'/bin/X11/strace-log-merge'
AND filename NOT IN (
'master.passwd',
'NEWS',
'printcap',
'strace-log-merge'
)
AND file.path NOT LIKE '%/lynis%'
AND file.path NOT LIKE '%/yelp-xsl%'