From 866a5251e9909f5765ecae6aa5a3af685de50ed0 Mon Sep 17 00:00:00 2001 From: zaraka Date: Wed, 2 Oct 2024 17:31:21 +0200 Subject: [PATCH] add libpam.so.0 and libpam_misc.so.0 to exclude list --- excludelist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/excludelist b/excludelist index 8f5d900b..3bd3846a 100644 --- a/excludelist +++ b/excludelist @@ -239,3 +239,7 @@ libfribidi.so.0 # https://github.com/olive-editor/olive/issues/221 and https://g # https://github.com/ONLYOFFICE/appimage-desktopeditors/issues/3 # Apparently coreutils depends on it, so it should be safe to assume that it comes with every target system libgmp.so.10 + +# PAM libraries are distro specific and should not be bundled even though they share a large part of public API +libpam.so.0 +libpam_misc.so.0