[Pkg-xfce-commits] r6090 - goodies/trunk/lightdm/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Oct 5 08:30:11 UTC 2011
Author: corsac
Date: 2011-10-05 20:30:10 +0000 (Wed, 05 Oct 2011)
New Revision: 6090
Added:
goodies/trunk/lightdm/debian/lightdm-autologin.pam
Modified:
goodies/trunk/lightdm/debian/changelog
goodies/trunk/lightdm/debian/lightdm.install
Log:
debian/lightdm-autologin.pam added, fix startup. closes: #643844
Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog 2011-10-05 20:19:47 UTC (rev 6089)
+++ goodies/trunk/lightdm/debian/changelog 2011-10-05 20:30:10 UTC (rev 6090)
@@ -3,7 +3,7 @@
* New upstream release.
* debian/control:
- add recommends on policykit-1 to greeters. closes: #643292
- * debian/patches: patches refreshed for new upstream release.
+ * debian/lightdm-autologin.pam added, fix startup. closes: #643844
-- Yves-Alexis Perez <corsac at debian.org> Wed, 05 Oct 2011 22:15:58 +0200
Added: goodies/trunk/lightdm/debian/lightdm-autologin.pam
===================================================================
--- goodies/trunk/lightdm/debian/lightdm-autologin.pam (rev 0)
+++ goodies/trunk/lightdm/debian/lightdm-autologin.pam 2011-10-05 20:30:10 UTC (rev 6090)
@@ -0,0 +1,10 @@
+#%PAM-1.0
+auth requisite pam_nologin.so
+auth required pam_env.so readenv=1
+auth required pam_env.so readenv=1 envfile=/etc/default/locale
+auth required pam_succeed_if.so user != root quiet_success
+auth required pam_permit.so
+ at include common-account
+session required pam_limits.so
+ at include common-session
+ at include common-password
Modified: goodies/trunk/lightdm/debian/lightdm.install
===================================================================
--- goodies/trunk/lightdm/debian/lightdm.install 2011-10-05 20:19:47 UTC (rev 6089)
+++ goodies/trunk/lightdm/debian/lightdm.install 2011-10-05 20:30:10 UTC (rev 6090)
@@ -7,5 +7,6 @@
etc/lightdm/users.conf
etc/lightdm/lightdm.conf
etc/lightdm/keys.conf
+etc/apparmor.d/lightdm-guest-session
debian/lightdm-xsession.desktop /usr/share/xsessions
usr/lib/*/lightdm/lightdm-set-defaults
More information about the Pkg-xfce-commits
mailing list