Add rpminspect.yaml to supress warnings about badfuncs and runpath checks
This commit is contained in:
parent
c791ae8793
commit
2c9c975b77
14
rpminspect.yaml
Normal file
14
rpminspect.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
badfuncs:
|
||||||
|
ignore:
|
||||||
|
- /usr/lib*/xorg/modules/extensions/libvnc.so
|
||||||
|
- /usr/bin/vncviewer
|
||||||
|
- /usr/bin/Xvnc
|
||||||
|
- /usr/bin/x0vncserver
|
||||||
|
runpath:
|
||||||
|
# This is intentional, we know where we need Mesa's libGL, which will always
|
||||||
|
# be in ${libdir} and not any third-party libGL that may be configured using
|
||||||
|
# ld.so.conf.
|
||||||
|
allowed_paths:
|
||||||
|
- /usr/lib64
|
||||||
|
- /usr/lib
|
Loading…
Reference in New Issue
Block a user