diff --git a/setup b/setup index fe06385..b733bd9 100755 --- a/setup +++ b/setup @@ -96,6 +96,7 @@ if [[ "$restart" == "y" ]]; then => Installing System Configs " sudo cp ./system/environment /etc/environment + sudo cp ./system/greetd/pam /etc/pam.d/greetd if [[ "$platform" == "d" ]]; then sudo cp -r ./system/greetd/config.toml /etc/greetd/ diff --git a/system/greetd/pam b/system/greetd/pam new file mode 100644 index 0000000..148de0b --- /dev/null +++ b/system/greetd/pam @@ -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