From 92c348ce2c706f62c6904ee3b2fe37529f26784dddb613b6339d193e6526455d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 6 Jul 2018 07:31:44 +0000 Subject: [PATCH] Accepting request 621181 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - whitelist pam_oath PAM module after audit (bsc#1089114) OBS-URL: https://build.opensuse.org/request/show/621181 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=605 --- config | 8 +++++--- rpmlint.changes | 5 +++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/config b/config index 24e9648..93c5d2a 100644 --- a/config +++ b/config @@ -1179,10 +1179,12 @@ setOption("PAMModules.WhiteList", ( "pam_gdm.so", # pam_slurm (bsc#1007053) "pam_slurm.so", - # pam_script(bsc#1039848) + # pam_script (bsc#1039848) "pam_script.so", - # pam_yubico(bsc#1087060) - "pam_yubico.so" + # pam_yubico (bsc#1087060) + "pam_yubico.so", + # pam_oath (bsc#1089114) + "pam_oath.so" )) # Output filters diff --git a/rpmlint.changes b/rpmlint.changes index 46d3510..04d1b80 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 5 16:48:30 UTC 2018 - matthias.gerstner@suse.com + +- whitelist pam_oath PAM module after audit (bsc#1089114) + ------------------------------------------------------------------- Tue Jul 3 14:09:19 UTC 2018 - mcepl@suse.com