Update evenly-timestomped.sql
Signed-off-by: Dave Smith <dave.smith@chainguard.dev>
This commit is contained in:
parent
899fc1dfca
commit
fbf9a565c6
|
@ -26,7 +26,6 @@ WHERE
|
||||||
OR file.path LIKE "/etc/%%"
|
OR file.path LIKE "/etc/%%"
|
||||||
OR file.path LIKE "/sbin/%%"
|
OR file.path LIKE "/sbin/%%"
|
||||||
OR file.path LIKE "/lib/%%"
|
OR file.path LIKE "/lib/%%"
|
||||||
OR file.path LIKE "/usr/%%"
|
|
||||||
)
|
)
|
||||||
-- This timestamp is in UTC
|
-- This timestamp is in UTC
|
||||||
AND file.mtime > (strftime('%s', 'now') - (86400 * 720))
|
AND file.mtime > (strftime('%s', 'now') - (86400 * 720))
|
||||||
|
@ -51,4 +50,3 @@ WHERE
|
||||||
AND file.path NOT LIKE '%/lynis%'
|
AND file.path NOT LIKE '%/lynis%'
|
||||||
AND file.path NOT LIKE '%/yelp-xsl%'
|
AND file.path NOT LIKE '%/yelp-xsl%'
|
||||||
AND file.path NOT LIKE '/etc/cups/%'
|
AND file.path NOT LIKE '/etc/cups/%'
|
||||||
AND file.path NOT LIKE '/usr/%'
|
|
||||||
|
|
Loading…
Reference in New Issue