SHA256
1
0
forked from pool/rpmlint

Accepting request 807747 from home:jsegitz:branches:devel:openSUSE:Factory:rpmlint

- whitelist cockpit PAM modules (bsc#1169614)
  * pam_cockpit_cert
  * pam_ssh_add

OBS-URL: https://build.opensuse.org/request/show/807747
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=727
This commit is contained in:
Johannes Segitz 2020-05-20 14:44:46 +00:00 committed by Git OBS Bridge
parent adf9efa693
commit 87a2ef4370
2 changed files with 10 additions and 0 deletions

3
config
View File

@ -896,6 +896,9 @@ setOption("PAMModules.WhiteList", (
"pam_user_map.so",
# oddjob (bsc#1169494)
"pam_oddjob_mkhomedir.so"
# cockpit (bsc#1169614)
"pam_cockpit_cert.so",
"pam_ssh_add.so",
))
# Output filters

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 20 11:51:53 UTC 2020 - Johannes Segitz <jsegitz@suse.de>
- whitelist cockpit PAM modules (bsc#1169614)
* pam_cockpit_cert
* pam_ssh_add
-------------------------------------------------------------------
Wed May 20 08:37:02 UTC 2020 - Adrian Schröter <adrian@suse.de>