2023-08-08 05:38:00 +00:00
|
|
|
debuginfo:
|
|
|
|
ignore:
|
|
|
|
# Debug symbols are present in BPF modules as it is inherited
|
|
|
|
# from the BPF it self
|
|
|
|
- /usr/libexec/pcp/pmdas/bpf/modules/*.so
|
2023-08-09 08:24:38 +00:00
|
|
|
# Ignore debug symbols related to testsuite on i686
|
|
|
|
- /usr/lib/debug/var/lib/pcp/testsuite/{*,*/{*,*/{*,*/*}}}debug
|
2023-08-08 06:08:12 +00:00
|
|
|
annocheck:
|
|
|
|
ignore:
|
|
|
|
# Ignore hardening of pcp testsuite files
|
|
|
|
- /usr/lib*/libpcp_fault.so*
|
2024-08-02 06:20:58 +00:00
|
|
|
- /var/lib/pcp/testsuite/{*,*/{*,*/{*,*/*}}}
|
2024-07-08 14:53:46 +00:00
|
|
|
javabytecode:
|
|
|
|
ignore:
|
|
|
|
# Ignote java classes from the PCP testsuite - these are broken by a purpose
|
|
|
|
- /var/lib/pcp/testsuite/java/*
|