29 lines
848 B
YAML
29 lines
848 B
YAML
# exclude ownership tests; we need setuid/gids as is
|
|
ownership:
|
|
ignore:
|
|
- /usr/bin/staprun
|
|
|
|
# this SO is for JNI only, so annobin/etc. don't know what to do with it
|
|
annocheck:
|
|
ignore:
|
|
- /usr/libexec/systemtap/libHelperSDT.so
|
|
|
|
# bytecode version 43 vs 55 complaint is a misconfiguration according to msrb
|
|
javabytecode:
|
|
ignore:
|
|
- /usr/libexec/systemtap/HelperSDT.jar
|
|
|
|
# setuid binary
|
|
permissions:
|
|
ignore:
|
|
- /usr/bin/staprun
|
|
|
|
# some stap scripts are wrapped within /bin/sh that confuses rpminspect
|
|
shellsyntax:
|
|
ignore:
|
|
- /usr/share/systemtap/examples/stapgames/2048.stp
|
|
- /usr/share/systemtap/testsuite/semko/autocast10.stp
|
|
- /usr/share/systemtap/testsuite/semok/autocast10.stp
|
|
- /usr/share/systemtap/testsuite/parseko/autocast02.stp
|
|
- /usr/share/systemtap/testsuite/systemtap.examples/stapgames/2048.stp
|