Don't mask directories, run on macOS

This commit is contained in:
Thomas Stromberg 2022-10-20 07:59:06 -04:00
parent e09e410407
commit a22ca1f2b0
Failed to extract signature

View File

@ -7,7 +7,7 @@
-- * programs which have legimate uses for /dev/shm (Chrome, etc)
--
-- tags: persistent state filesystem
-- platform: linux
-- platform: posix
SELECT
file.path,
file.type,
@ -49,5 +49,4 @@ WHERE
AND file.path NOT LIKE '/dev/shm/libpod_rootless_lock_%'
AND file.path NOT LIKE '%/../%'
AND file.path NOT LIKE '%/./%'
AND filename NOT IN ('..')
AND file.path NOT IN ('/dev/.mdadm/')