new checks

This commit is contained in:
Moritz Rudert (helios)
2013-01-20 18:06:00 +01:00
parent 46ef150932
commit 9e5842723d
7 changed files with 175 additions and 56 deletions

9
check_libs.cfg Normal file
View File

@@ -0,0 +1,9 @@
---
ignorelist:
- '$path =~ m#^/proc/#'
- '$path =~ m#^/var/tmp/#'
- '$path =~ m#^/SYS#'
- '$path =~ m#^/drm$# # xserver stuff'
- '$path =~ m#^/dev/zero#'
- '$path =~ m#^/dev/shm/#'
# vim:syn=yaml