diff --git a/config b/config index cab5747..49a845f 100644 --- a/config +++ b/config @@ -940,7 +940,9 @@ setOption("PAMModules.WhiteList", ( "pam_oslogin_admin.so", "pam_oslogin_login.so", # fprintd (bsc#792095) - "pam_fprintd.so" + "pam_fprintd.so", + # mariadb (bsc#1163362) + "pam_user_map.so" )) # Output filters diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index be085fd..8c23353 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/rpmlint.changes b/rpmlint.changes index 988f056..9c52da4 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 17 13:39:31 UTC 2020 - matthias.gerstner@suse.com + +- whitelist new mariadb pam module "pam_user_map.so" (bsc#1163362) + ------------------------------------------------------------------- Thu Feb 06 10:06:37 UTC 2020 - malte.kraus@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index 26cf7d2..88d0009 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed