9 lines
426 B
Text
9 lines
426 B
Text
# These are not real spelling errors...
|
|
addFilter(r'spelling-error .* en_US (arpsnmp) ')
|
|
# The sticky bit on this directory protects root-owned files from unlinking or
|
|
# renaming by members of the arpwatch group.
|
|
addFilter(r'non-standard-dir-perm /var/lib/arpwatch 1775')
|
|
# Known zero-length files
|
|
addFilter(r'zero-length /var/lib/arpwatch/arp.dat-?')
|
|
# Ghost file
|
|
addFilter(r'non-readable /var/lib/arpwatch/arp.dat.new 600')
|