diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-06 14:19:39 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-06 14:19:39 +0200 |
| commit | 219f8c6f5ea2bd481f4fa2e57a396d45eff3de52 (patch) | |
| tree | 80f71b54059b05ec126d4dd0e1855d1a0012f517 /etc/pam.d/greetd | |
| parent | bf8e6f5cd139d39eecc4fd489b52582b90186066 (diff) | |
| download | postinstall-219f8c6f5ea2bd481f4fa2e57a396d45eff3de52.tar.gz postinstall-219f8c6f5ea2bd481f4fa2e57a396d45eff3de52.tar.bz2 postinstall-219f8c6f5ea2bd481f4fa2e57a396d45eff3de52.zip | |
fix some boot errors
Diffstat (limited to 'etc/pam.d/greetd')
| -rw-r--r-- | etc/pam.d/greetd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/pam.d/greetd b/etc/pam.d/greetd new file mode 100644 index 0000000..148de0b --- /dev/null +++ b/etc/pam.d/greetd @@ -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 |
