mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-01 14:37:26 -04:00
Re-implement support for auto-unlocking kwallet on login
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#%PAM-1.0
|
||||
|
||||
auth required pam_securetty.so
|
||||
auth requisite pam_nologin.so
|
||||
auth include system-local-login
|
||||
auth optional pam_kwallet5.so
|
||||
account include system-local-login
|
||||
session include system-local-login
|
||||
session optional pam_kwallet5.so auto_start force_run
|
||||
session optional pam_kwallet5.so auto_start force_run
|
||||
password include system-local-login
|
||||
Reference in New Issue
Block a user