diff options
Diffstat (limited to '')
-rw-r--r-- | data/pam-openembedded/gdm-autologin.pam | 5 | ||||
-rw-r--r-- | data/pam-openembedded/gdm-launch-environment.pam | 5 | ||||
-rw-r--r-- | data/pam-openembedded/gdm-password.pam | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/data/pam-openembedded/gdm-autologin.pam b/data/pam-openembedded/gdm-autologin.pam new file mode 100644 index 0000000..a9f4354 --- /dev/null +++ b/data/pam-openembedded/gdm-autologin.pam @@ -0,0 +1,5 @@ +#%PAM-1.0 +auth required pam_permit.so +account include common-account +password include common-auth +session include common-session diff --git a/data/pam-openembedded/gdm-launch-environment.pam b/data/pam-openembedded/gdm-launch-environment.pam new file mode 100644 index 0000000..a9f4354 --- /dev/null +++ b/data/pam-openembedded/gdm-launch-environment.pam @@ -0,0 +1,5 @@ +#%PAM-1.0 +auth required pam_permit.so +account include common-account +password include common-auth +session include common-session diff --git a/data/pam-openembedded/gdm-password.pam b/data/pam-openembedded/gdm-password.pam new file mode 100644 index 0000000..758464d --- /dev/null +++ b/data/pam-openembedded/gdm-password.pam @@ -0,0 +1,5 @@ +#%PAM-1.0 +auth include common-auth +account include common-account +password include common-password +session include common-session |