From 37834d615c0e6e6a9e55d379d3331fb58c9f2fd3 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 26 Jul 2025 15:42:28 -0700 Subject: Adds pam stuff --- fs/etc/pam.d/login | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fs/etc/pam.d/login (limited to 'fs') diff --git a/fs/etc/pam.d/login b/fs/etc/pam.d/login new file mode 100644 index 0000000..148de0b --- /dev/null +++ b/fs/etc/pam.d/login @@ -0,0 +1,9 @@ +#%PAM-1.0 + +auth required pam_securetty.so +auth requisite pam_nologin.so +auth include system-local-login +auth optional pam_gnome_keyring.so +account include system-local-login +session include system-local-login +session optional pam_gnome_keyring.so auto_start -- cgit v1.2.3-70-g09d2