Blob Blame History Raw
from Config import *
addFilter("spelling-error .* (conf|storages|unmanaged)");
# There are stored data that only a daemon should be able to read. The account
# is created in a scriptlet.
addFilter("non-standard-gid .* mogilefsd");
addFilter("non-standard-gid .* mogstored");
addFilter("non-standard-uid .* mogstored");
addFilter("non-standard-dir-perm /var/mogdata 770");
addFilter("non-readable /etc/mogilefs/mogilefsd.conf 640");