From 03a043db987083c42d43eb80f27007be2ea436b6 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Wed, 3 Nov 2021 14:17:55 +0800 Subject: [PATCH] flat_namespace_allowlist: add `libvirt` (#88668) The use of the `-flat_namespace` flag is not due to the usual Libtool bug. See libvirt/libvirt@740f181c4771aeb5dd1b19999fef0f2466406565. --- audit_exceptions/flat_namespace_allowlist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/audit_exceptions/flat_namespace_allowlist.json b/audit_exceptions/flat_namespace_allowlist.json index 969bbae6278..39633636bde 100644 --- a/audit_exceptions/flat_namespace_allowlist.json +++ b/audit_exceptions/flat_namespace_allowlist.json @@ -1,6 +1,7 @@ [ "arpack", "blast", + "libvirt", "mpich", "open-mpi", "pypy",