pcp/pcp-rpmlintrc

10 lines
471 B
Plaintext
Raw Normal View History

# Note: there are some headers (e.g. domain.h) and in a few cases some
# C source files that rpmlint complains about. These are not devel files,
# but rather they are (slightly obscure) PMDA config files.
#
addFilter('E: devel-file-in-non-devel-package')
2012-11-21 16:07:21 +01:00
# A /var/lib/pcp/tmp directory is created for the safe creation of shared
# tmp files. it must be world writeable for PMDAs and client tools, which
# may be run as anyone.
#addFilter('E: permissions-world-writable')