Bring rpminspect.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
parent
03e8be4895
commit
cee5c5ddcf
19
rpminspect.yaml
Normal file
19
rpminspect.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
runpath:
|
||||||
|
allowed_origin_paths:
|
||||||
|
# this is the real part after $ORIGIN
|
||||||
|
- /../../program
|
||||||
|
# but match this because that is what rpminspect turns it into
|
||||||
|
- /program
|
||||||
|
|
||||||
|
annocheck:
|
||||||
|
- rhel-policy: --ignore-unknown --verbose --skip-lto --skip-optimization --skip-stack-clash
|
||||||
|
ignore:
|
||||||
|
# run-path test because the DT_RPATH/DT_RUNPATH dynamic tag has a path that contains '..'
|
||||||
|
# and the path is intentionally [$ORIGIN/../../program]
|
||||||
|
- /usr/lib*/libreoffice/sdk/bin/cppumaker
|
||||||
|
- /usr/lib*/libreoffice/sdk/bin/idlc
|
||||||
|
- /usr/lib*/libreoffice/sdk/bin/javamaker
|
||||||
|
- /usr/lib*/libreoffice/sdk/bin/unoapploader
|
||||||
|
- /usr/lib*/libreoffice/sdk/bin/unoidl-check
|
||||||
|
- /usr/lib*/libreoffice/sdk/bin/uno-skeletonmaker
|
Loading…
Reference in New Issue
Block a user