diff --git a/config b/config index 251c444..de69d10 100644 --- a/config +++ b/config @@ -503,6 +503,7 @@ setOption('StandardGroups', ( 'wireshark', 'www', 'xok', + 'xrootd', 'xymon', 'zeroinst', 'zkeyadm', @@ -681,6 +682,7 @@ setOption('StandardUsers', ( 'vscan', 'wnn', 'wwwrun', + 'xrootd', 'xymon', 'yastws', 'zeroinst', @@ -1196,6 +1198,8 @@ setOption("PAMModules.WhiteList", ( "pam_gdm.so", # pam_slurm (bsc#1007053) "pam_slurm.so", + # pam_slurm_adopt (bsc#1116758) + "pam_slurm_adopt.so", # pam_script (bsc#1039848) "pam_script.so", # pam_yubico (bsc#1087060) diff --git a/rpmlint.changes b/rpmlint.changes index 63340f8..496ef12 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 7 17:45:26 UTC 2018 - Todd R + +- Add xrootd gid and uid whitelist. + This is needed by the latest versions of xrootd. + +------------------------------------------------------------------- +Mon Dec 3 17:12:01 UTC 2018 - matthias.gerstner@suse.com + +- whitelist pam_slurm_adopt (bsc#1116758) + ------------------------------------------------------------------- Tue Nov 20 07:53:27 UTC 2018 - eich@suse.com