X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bin%2Fgentoo-check-services;h=4b69880af8fea80876bed4f27c5a927b891d8b9c;hb=942a43e2e16198361bee17df0077435a5064a2ed;hp=3ef7dba059ab9ebebad02526b1a3acd4085809dc;hpb=0734ffa66b842df1696a78b833f1207d46824ad4;p=home.git diff --git a/.bin/gentoo-check-services b/.bin/gentoo-check-services index 3ef7dba..4b69880 100755 --- a/.bin/gentoo-check-services +++ b/.bin/gentoo-check-services @@ -17,6 +17,10 @@ import time IGNORE_PATHS = set(( '/dev/zero', '/etc/ld.so.cache', + '/usr/share/icons/Adwaita/icon-theme.cache', + '/usr/share/icons/gnome/icon-theme.cache', + '/usr/share/icons/hicolor/icon-theme.cache', + '/usr/share/mime/mime.cache', )) @@ -43,6 +47,7 @@ def find_svcs(): # Handle paths with spaces. path = path.lstrip().rsplit(' ', 2)[0] if (path == '/[aio]' or + path.startswith('/memfd:') or path.startswith('/SYSV') or path.startswith('/dev/shm/') or path.startswith('/tmp/')):