diff --git a/rpminspect.yaml b/rpminspect.yaml index e7d35c6..4c2a277 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -2,3 +2,8 @@ xml: ignore: - /usr/share/mysql-test/std_data/loadxml.dat +badfuncs: + ignore: + # udf_example.so can be ignored, as it is an example of how to write loadable functions + # Loadable functions were formerly known as UDF (User Defined Functions). + - /usr/lib64/mysql/plugin/udf_example.so