From 195b5eb95c7580ffe66b6b23d83ff1cace092cbb Mon Sep 17 00:00:00 2001 From: Martin Briza Date: Tue, 6 Aug 2013 14:17:22 +0200 Subject: [PATCH] Added mate-keyring to PAM config (#993397) --- sddm.pam | 2 ++ sddm.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sddm.pam b/sddm.pam index 686433f..2d3c68e 100644 --- a/sddm.pam +++ b/sddm.pam @@ -3,6 +3,7 @@ auth [success=done ignore=ignore default=bad] pam_selinux_permit.so auth required pam_env.so auth substack system-auth -auth optional pam_gnome_keyring.so +-auth optional pam_mate_keyring.so auth include postlogin account required pam_nologin.so account include system-auth @@ -16,4 +17,5 @@ session optional pam_keyinit.so force revoke session required pam_namespace.so session include system-auth -session optional pam_gnome_keyring.so auto_start +-session optional pam_mate_keyring.so auto_start session include postlogin diff --git a/sddm.spec b/sddm.spec index cf52ee0..e1e2c1f 100644 --- a/sddm.spec +++ b/sddm.spec @@ -1,6 +1,6 @@ Name: sddm Version: 0.1.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Summary: QML based X11 desktop manager @@ -75,6 +75,9 @@ sed -i "s/^MinimumVT=[0-9]*$/MinimumVT=1/" %{buildroot}%{_sysconfdir}/sddm.conf %{_datadir}/apps/sddm/themes/* %changelog +* Tue Aug 06 2013 Martin Briza - 0.1.0-6 +- Added mate-keyring to PAM config (#993397) + * Mon Jul 22 2013 Martin Briza - 0.1.0-5 - Store xauth in /var/run/sddm