summaryrefslogtreecommitdiff
path: root/install-files/gnome/etc/pam.d/gdm-launch-environment
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-26 14:00:36 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-27 18:32:21 +0900
commitf035e4112b05469a0662c1919dc5c6a02eaf6434 (patch)
tree4348df18630ff56dbf6532b6d5b22d7a07416f3c /install-files/gnome/etc/pam.d/gdm-launch-environment
parentdf6757d6a02aefebddef002a061a9bc9263a8c93 (diff)
downloaddefinitions-f035e4112b05469a0662c1919dc5c6a02eaf6434.tar.gz
Adding custom gdm-launch-environment PAM configuration
The default setup does not work with gnome-initial-setup tool, which requires a separate username from gdm. Change-Id: I349797f6752e0cde3f80acacdd67721d75e424c9
Diffstat (limited to 'install-files/gnome/etc/pam.d/gdm-launch-environment')
-rw-r--r--install-files/gnome/etc/pam.d/gdm-launch-environment13
1 files changed, 13 insertions, 0 deletions
diff --git a/install-files/gnome/etc/pam.d/gdm-launch-environment b/install-files/gnome/etc/pam.d/gdm-launch-environment
new file mode 100644
index 00000000..0e49df04
--- /dev/null
+++ b/install-files/gnome/etc/pam.d/gdm-launch-environment
@@ -0,0 +1,13 @@
+# Begin /etc/pam.d/gdm-launch-environment
+
+auth required pam_env.so
+auth optional pam_permit.so
+
+account include system-auth
+
+password required pam_deny.so
+
+session optional pam_keyinit.so force revoke
+session include system-auth
+
+# End /etc/pam.d/gdm-launch-environment