diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..6e82fb3 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,8 @@ +--- +badfuncs: + # radvd is not multi-threaded and inet_ntoa() is used only in one place + # to print ipv4 address in a debug message. + allowed: + /usr/sbin/radvd: + - inet_ntoa +