systemtap/rpminspect.yaml
Michal Srb e48e52ccbf Fix rpminspect.yaml syntax
Any entries in the shellsyntax inspection block that contain wildcards for glob(7) specification need to be wrapped in single quotes.

Thanks to David Cantrell who discovered this problem (in OSCI-6724) and proposed the fix.
2024-04-17 17:33:22 +00:00

25 lines
556 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:
- '*.stp'