forked from pool/rpmlint
Accepting request 808696 from devel:openSUSE:Factory:rpmlint
OBS-URL: https://build.opensuse.org/request/show/808696 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=335
This commit is contained in:
commit
b03a791772
9
config
9
config
@ -78,6 +78,7 @@ addFilter('.*no-group-tag.*')
|
||||
addFilter('.*non-standard-group.*')
|
||||
|
||||
setOption('StandardGroups', (
|
||||
'_cscreen',
|
||||
'aegis',
|
||||
'antivir',
|
||||
'arangodb',
|
||||
@ -105,6 +106,7 @@ setOption('StandardGroups', (
|
||||
'coturn',
|
||||
'crowbar',
|
||||
'cwbconv',
|
||||
'daapd',
|
||||
'daemon',
|
||||
'davfs2',
|
||||
'dba',
|
||||
@ -280,6 +282,7 @@ setOption('StandardGroups', (
|
||||
))
|
||||
|
||||
setOption('StandardUsers', (
|
||||
'_cscreen',
|
||||
'aegis',
|
||||
'amanda',
|
||||
'aodh',
|
||||
@ -315,6 +318,7 @@ setOption('StandardUsers', (
|
||||
'cyrus',
|
||||
'daemon',
|
||||
'davfs2',
|
||||
'daapd',
|
||||
'ddclient',
|
||||
'dehydrated',
|
||||
'designate',
|
||||
@ -892,6 +896,11 @@ 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",
|
||||
# pam (bsc#1171564)
|
||||
"pam_usertype.so",
|
||||
))
|
||||
|
||||
# Output filters
|
||||
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 09:44:52 UTC 2020 - matthias.gerstner@suse.com
|
||||
|
||||
- whitelist pam_usertype (bsc#1171564)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Add daapd user and group for new forked-daapd package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 07:51:10 UTC 2020 - Thomas Renninger <trenn@suse.de>
|
||||
|
||||
- Add '_cscreen' to StandardGroups and StandardUsers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 11:17:27 UTC 2020 - matthias.gerstner@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user