diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-26 15:42:28 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-26 15:42:28 -0700 |
commit | 37834d615c0e6e6a9e55d379d3331fb58c9f2fd3 (patch) | |
tree | cbd439f2e9c99d73b02ab3acdb944fa03016a57e /fs | |
parent | d41dcde0556c425a959961c47db7aa1044182a84 (diff) | |
download | archinstall-37834d615c0e6e6a9e55d379d3331fb58c9f2fd3.tar.gz archinstall-37834d615c0e6e6a9e55d379d3331fb58c9f2fd3.zip |
Adds pam stuff
Diffstat (limited to 'fs')
-rw-r--r-- | fs/etc/pam.d/login | 9 |
1 files changed, 9 insertions, 0 deletions
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 |