Accepting request 720912 from home:zhangxiaofei:branches:X11:RemoteDesktop

- Update xrdp-pam.patch: Include the pam_keyinit.so module in
  /etc/pam.d/xrdp-sesman to support the kernel keyrings
  (boo#1144064).

OBS-URL: https://build.opensuse.org/request/show/720912
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xrdp?expand=0&rev=60
This commit is contained in:
Tomáš Chvátal 2019-08-05 14:40:55 +00:00 committed by Git OBS Bridge
parent 70c5243d9d
commit 1f803abda7
2 changed files with 15 additions and 6 deletions

View File

@ -1,9 +1,11 @@
diff --git a/instfiles/pam.d/xrdp-sesman.suse b/instfiles/pam.d/xrdp-sesman.suse
index a7c7836c..8868613d 100644
--- a/instfiles/pam.d/xrdp-sesman.suse
+++ b/instfiles/pam.d/xrdp-sesman.suse
@@ -3,3 +3,4 @@ auth include common-auth
Index: b/instfiles/pam.d/xrdp-sesman.suse
===================================================================
--- a/instfiles/pam.d/xrdp-sesman.suse 2019-04-18 13:38:26.000000000 +0800
+++ b/instfiles/pam.d/xrdp-sesman.suse 2019-08-05 12:10:27.492234081 +0800
@@ -2,4 +2,6 @@
auth include common-auth
account include common-account
session include common-session
password include common-password
+session optional pam_keyinit.so force revoke
+session required pam_loginuid.so
password include common-password

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 5 03:42:13 UTC 2019 - Felix Zhang <fezhang@suse.com>
- Update xrdp-pam.patch: Include the pam_keyinit.so module in
/etc/pam.d/xrdp-sesman to support the kernel keyrings
(boo#1144064).
-------------------------------------------------------------------
Fri Jul 26 12:31:01 UTC 2019 - matthias.gerstner@suse.com