diff --git a/krb5-mini.changes b/krb5-mini.changes index bc47337..cce3000 100644 --- a/krb5-mini.changes +++ b/krb5-mini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 5 15:26:39 UTC 2019 - Samuel Cabrero + +- Integrate pam_keyinit pam module, ksu-pam.d; (bsc#1081947); + (bsc#1144047); + ------------------------------------------------------------------- Wed Jul 24 09:57:59 UTC 2019 - matthias.gerstner@suse.com diff --git a/krb5.changes b/krb5.changes index 7967f5a..0ce6f63 100644 --- a/krb5.changes +++ b/krb5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 5 15:26:39 UTC 2019 - Samuel Cabrero + +- Integrate pam_keyinit pam module, ksu-pam.d; (bsc#1081947); + (bsc#1144047); + ------------------------------------------------------------------- Wed Jul 24 09:57:44 UTC 2019 - matthias.gerstner@suse.com diff --git a/ksu-pam.d b/ksu-pam.d index d0c9fe8..d4e4241 100644 --- a/ksu-pam.d +++ b/ksu-pam.d @@ -4,5 +4,6 @@ auth include common-auth account sufficient pam_rootok.so account include common-account password include common-password +session optional pam_keyinit.so force revoke session include common-session session optional pam_xauth.so