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