34 lines
1.3 KiB
Diff
34 lines
1.3 KiB
Diff
|
--- sddm-0.20.0/services/sddm.pam.orig 2023-07-11 09:47:48.307219521 +0200
|
||
|
+++ sddm-0.20.0/services/sddm.pam 2023-07-11 09:48:31.850997821 +0200
|
||
|
@@ -1,12 +1,13 @@
|
||
|
#%PAM-1.0
|
||
|
|
||
|
-auth include system-login
|
||
|
+auth include system-auth
|
||
|
+auth required pam_group.so
|
||
|
-auth optional pam_gnome_keyring.so
|
||
|
-auth optional pam_kwallet5.so
|
||
|
|
||
|
-account include system-login
|
||
|
+account include system-auth
|
||
|
|
||
|
-password include system-login
|
||
|
+password include system-auth
|
||
|
-password optional pam_gnome_keyring.so use_authtok
|
||
|
|
||
|
session optional pam_keyinit.so force revoke
|
||
|
--- sddm-0.20.0/services/sddm-autologin.pam.orig 2023-07-19 10:56:51.983368582 +0200
|
||
|
+++ sddm-0.20.0/services/sddm-autologin.pam 2023-07-19 10:57:09.578278404 +0200
|
||
|
@@ -6,8 +6,8 @@
|
||
|
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
|
||
|
+account include system-auth
|
||
|
+password include system-auth
|
||
|
+session include system-auth
|
||
|
-session optional pam_gnome_keyring.so auto_start
|
||
|
-session optional pam_kwallet5.so auto_start
|