Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gdm/files/3.2.1.1: gdm-fingerprint gdm gdm-welcome gdm-password gdm.service gdm-autologin gdm-smartcard
Date: Sat, 31 Dec 2011 08:34:46
Message-Id: 20111231083436.08A8C2004C@flycatcher.gentoo.org
1 tetromino 11/12/31 08:34:36
2
3 Added: gdm-fingerprint gdm gdm-welcome gdm-password
4 gdm.service gdm-autologin gdm-smartcard
5 Log:
6 Add upstream patches to fix login problems with slow pam modules. Add default-enabled fallback USE flag to pull in metacity (bug #395295, thanks to Octavio Ruiz (Ta^3) for reporting). Use a better systemd service file (bug #396317, thanks to Michał Górny). Ship systemd service file and pam.d files in FILESDIR instead of a separate tarball; these are small files and unlikely to change (bug #396317, comment 8). Punt unused elibc_glibc from IUSE. Move gnome2_src_prepare after eautoreconf.
7 Forced to drop arm keyword due to gnome-session dependency (bug #390345).
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1 gnome-base/gdm/files/3.2.1.1/gdm-fingerprint
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-fingerprint?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-fingerprint?rev=1.1&content-type=text/plain
16
17 Index: gdm-fingerprint
18 ===================================================================
19 #%PAM-1.0
20 # Note: no pam_gnome_keyring.so support since the login password is not used
21 auth optional pam_env.so
22 auth required pam_tally2.so onerr=succeed
23 auth required pam_shells.so
24 auth required pam_nologin.so
25 auth required pam_fprintd.so
26 auth optional pam_permit.so
27
28 account include system-login
29
30 password required pam_deny.so
31
32 session include system-auth
33
34
35
36 1.1 gnome-base/gdm/files/3.2.1.1/gdm
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm?rev=1.1&content-type=text/plain
40
41 Index: gdm
42 ===================================================================
43 #%PAM-1.0
44 auth optional pam_env.so
45 auth include system-login
46 auth required pam_nologin.so
47
48 account include system-login
49
50 password include system-login
51
52 session include system-auth
53 #Keyring=session optional pam_gnome_keyring.so auto_start
54
55
56
57 1.1 gnome-base/gdm/files/3.2.1.1/gdm-welcome
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-welcome?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-welcome?rev=1.1&content-type=text/plain
61
62 Index: gdm-welcome
63 ===================================================================
64 #%PAM-1.0
65 auth required pam_env.so
66 auth required pam_permit.so
67 account required pam_nologin.so
68 account include system-services
69 password include system-services
70 session required pam_loginuid.so
71 session optional pam_keyinit.so force revoke
72 session include system-services
73
74
75
76 1.1 gnome-base/gdm/files/3.2.1.1/gdm-password
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-password?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-password?rev=1.1&content-type=text/plain
80
81 Index: gdm-password
82 ===================================================================
83 #%PAM-1.0
84 auth optional pam_env.so
85 auth include system-login
86 auth required pam_nologin.so
87
88 account include system-login
89
90 password include system-login
91
92 session include system-auth
93 #Keyring=session optional pam_gnome_keyring.so auto_start
94
95
96
97 1.1 gnome-base/gdm/files/3.2.1.1/gdm.service
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm.service?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm.service?rev=1.1&content-type=text/plain
101
102 Index: gdm.service
103 ===================================================================
104 [Unit]
105 Description=GNOME Display Manager
106 After=systemd-user-sessions.service
107
108 [Service]
109 ExecStart=/usr/bin/gdm --nodaemon
110 Type=dbus
111 BusName=org.gnome.DisplayManager
112
113 [Install]
114 WantedBy=graphical.target
115
116
117
118 1.1 gnome-base/gdm/files/3.2.1.1/gdm-autologin
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-autologin?rev=1.1&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-autologin?rev=1.1&content-type=text/plain
122
123 Index: gdm-autologin
124 ===================================================================
125 #%PAM-1.0
126 auth optional pam_env.so
127 auth required pam_nologin.so
128 auth required pam_permit.so
129 account include system-login
130 password include system-login
131 session include system-auth
132 # For the keyring to unlock with autologin, you need to set an empty
133 # password on the keyring.
134 #Keyring=session optional pam_gnome_keyring.so auto_start
135
136
137
138 1.1 gnome-base/gdm/files/3.2.1.1/gdm-smartcard
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-smartcard?rev=1.1&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/files/3.2.1.1/gdm-smartcard?rev=1.1&content-type=text/plain
142
143 Index: gdm-smartcard
144 ===================================================================
145 #%PAM-1.0
146 auth optional pam_env.so
147 auth required pam_tally2.so onerr=succeed
148 auth required pam_shells.so
149 auth required pam_nologin.so
150 auth [success=done ignore=ignore default=die] pam_pkcs11.so wait_for_card card_only
151 auth optional pam_permit.so
152
153 account include system-login
154
155 password optional pam_pkcs11.so
156 password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
157 password optional pam_permit.so
158
159 session include system-auth