From 85a66bf880af38701aa94777b649f48710d6016a Mon Sep 17 00:00:00 2001 From: Martin Osvald Date: Mon, 31 Jul 2023 14:34:04 +0200 Subject: [PATCH] Add rpminspect waivers --- rpminspect.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..8355d23 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,10 @@ +--- +badfuncs: + allowed: + # mupdate uses gethostbyname (safely) to check if the IP address + # of the given hostname is local. + /usr/libexec/cyrus-imapd/mupdate: + - gethostbyname + # smmapd uses gethostbyname (safely) to verify user's host. + /usr/libexec/cyrus-imapd/smmapd: + - gethostbyname