Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix kde and gnome wallet apps auto open in pam #1058

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion services/sddm-autologin.pam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ auth required pam_nologin.so
auth required pam_permit.so
-auth optional pam_gnome_keyring.so
-auth optional pam_kwallet5.so

account include system-local-login

password include system-local-login
session include system-local-login

-session optional pam_gnome_keyring.so auto_start
-session optional pam_kwallet5.so auto_start
session include system-local-login
10 changes: 5 additions & 5 deletions services/sddm.pam
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#%PAM-1.0

auth include system-login
-auth optional pam_gnome_keyring.so
-auth optional pam_kwallet5.so
-auth optional pam_kwallet5.so
auth include system-login

account include system-login

password include system-login
-password optional pam_gnome_keyring.so use_authtok
password include system-login

session optional pam_keyinit.so force revoke
-session optional pam_gnome_keyring.so auto_start
-session optional pam_kwallet5.so auto_start
session include system-login
-session optional pam_gnome_keyring.so auto_start
-session optional pam_kwallet5.so auto_start