From 5cf3740e811edcc1cd78ed23684b472b905dd5a7a72a5668e373116f5805b8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 5 Dec 2019 14:20:01 +0000 Subject: [PATCH] Accepting request 754432 from home:jmoellers:branches:network OBS-URL: https://build.opensuse.org/request/show/754432 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=141 --- vsftpd.changes | 6 ++++++ vsftpd.pam | 1 + 2 files changed, 7 insertions(+) diff --git a/vsftpd.changes b/vsftpd.changes index 957b170..695812f 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 5 14:04:59 UTC 2019 - Josef Möllers + +- Add pam_keyinit.so to PAM config file. + [vsftpd.pam, bsc#1144062] + ------------------------------------------------------------------- Tue Jun 18 15:37:38 UTC 2019 - Peter Simons diff --git a/vsftpd.pam b/vsftpd.pam index 1a8d92e..75d9ad5 100644 --- a/vsftpd.pam +++ b/vsftpd.pam @@ -10,5 +10,6 @@ auth required pam_shells.so auth include common-auth account include common-account password include common-password +session required pam_keyinit.so force revoke session required pam_loginuid.so session include common-session