SHA256
6
0
forked from pool/pam

- pam_umask-usergroups-login_defs.patch: Deprecate pam_umask

explicit "usergroups" option and instead read it from login.def's
  "USERGROUP_ENAB" option if umask is only defined there.
  [bsc#1189139]

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=245
This commit is contained in:
2021-08-12 14:45:10 +00:00
committed by Git OBS Bridge
parent 39b8fe8e87
commit c6cae773e2
3 changed files with 133 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 12 14:42:54 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- pam_umask-usergroups-login_defs.patch: Deprecate pam_umask
explicit "usergroups" option and instead read it from login.def's
"USERGROUP_ENAB" option if umask is only defined there.
[bsc#1189139]
-------------------------------------------------------------------
Tue Aug 3 09:26:00 UTC 2021 - pgajdos@suse.com