From fef7a7ef4fa31170ee78dfb774934feb84a88423 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 3 Aug 2026 21:09:25 +0200 Subject: arch postinstall scripts --- etc/pam.d/system-local-login | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/pam.d/system-local-login (limited to 'etc/pam.d') diff --git a/etc/pam.d/system-local-login b/etc/pam.d/system-local-login new file mode 100644 index 0000000..74cba84 --- /dev/null +++ b/etc/pam.d/system-local-login @@ -0,0 +1,8 @@ +#%PAM-1.0 + +auth include system-login +auth optional pam_gnome_keyring.so +account include system-login +password include system-login +session include system-login +session optional pam_gnome_keyring.so auto_start -- cgit