Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/files/
Date: Sun, 23 Sep 2018 19:34:46
Message-Id: 1537731276.01caa8f12c0de2d8a50db3e9a2ca7bd3f465e213.pacho@gentoo
1 commit: 01caa8f12c0de2d8a50db3e9a2ca7bd3f465e213
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 19:34:24 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 19:34:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01caa8f1
7
8 sys-auth/pambase: Commit forgotten patch
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11
12 .../files/pambase-20150213-gnome-keyring.patch | 48 ++++++++++++++++++++++
13 1 file changed, 48 insertions(+)
14
15 diff --git a/sys-auth/pambase/files/pambase-20150213-gnome-keyring.patch b/sys-auth/pambase/files/pambase-20150213-gnome-keyring.patch
16 new file mode 100644
17 index 00000000000..57c204e4420
18 --- /dev/null
19 +++ b/sys-auth/pambase/files/pambase-20150213-gnome-keyring.patch
20 @@ -0,0 +1,48 @@
21 +diff -urN a/passwd.in b/passwd.in
22 +--- a/passwd.in 2015-02-14 06:57:45.000000000 +0300
23 ++++ b/passwd.in 2018-04-02 12:33:08.304214918 +0300
24 +@@ -1,6 +1,7 @@
25 +-auth sufficient pam_rootok.so
26 +-auth include system-auth
27 ++auth sufficient pam_rootok.so
28 ++auth include system-auth
29 +
30 +-account include system-auth
31 ++account include system-auth
32 +
33 +-password include system-auth
34 ++password include system-auth
35 ++-password optional pam_gnome_keyring.so UNIX_AUTHTOK
36 +diff -urN a/system-login.in b/system-login.in
37 +--- a/system-login.in 2015-02-14 06:57:45.000000000 +0300
38 ++++ b/system-login.in 2018-04-02 12:33:01.272010095 +0300
39 +@@ -8,9 +8,6 @@
40 + auth required pam_nologin.so DEBUG_NOLOGIN
41 + #endif
42 + auth include system-auth
43 +-#if HAVE_GNOME_KEYRING
44 +-auth optional pam_gnome_keyring.so
45 +-#endif
46 +
47 + #if HAVE_ACCESS
48 + account required pam_access.so DEBUG
49 +@@ -27,9 +24,6 @@
50 + #endif
51 +
52 + password include system-auth
53 +-#if HAVE_GNOME_KEYRING
54 +-password optional pam_gnome_keyring.so
55 +-#endif
56 +
57 + #if HAVE_LOGINUID
58 + session optional pam_loginuid.so
59 +@@ -51,9 +45,6 @@
60 + # Note: modules that run in the user's context must come after this line.
61 + session required pam_selinux.so multiple open
62 + #endif
63 +-#if HAVE_GNOME_KEYRING
64 +-session optional pam_gnome_keyring.so auto_start
65 +-#endif
66 + #if HAVE_MOTD
67 + session optional pam_motd.so motd=/etc/motd
68 + #endif