Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/files/
Date: Fri, 04 Nov 2016 01:06:29
Message-Id: 1478221558.d8276475948e02cc91c2819e60638d50ca0e1804.floppym@gentoo
1 commit: d8276475948e02cc91c2819e60638d50ca0e1804
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 00:21:30 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 01:05:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8276475
7
8 sys-apps/systemd: pam adjustment
9
10 Package-Manager: portage-2.3.2_p3
11
12 sys-apps/systemd/files/232-systemd-user-pam.patch | 18 +++++++++++++-----
13 1 file changed, 13 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-apps/systemd/files/232-systemd-user-pam.patch b/sys-apps/systemd/files/232-systemd-user-pam.patch
16 index a6501ba..9c4b391 100644
17 --- a/sys-apps/systemd/files/232-systemd-user-pam.patch
18 +++ b/sys-apps/systemd/files/232-systemd-user-pam.patch
19 @@ -1,8 +1,16 @@
20 --- a/src/login/systemd-user.m4
21 +++ b/src/login/systemd-user.m4
22 -@@ -9,4 +9,5 @@
23 - session required pam_selinux.so nottys open
24 - )m4_dnl
25 - session required pam_loginuid.so
26 -+session required pam_limits.so
27 +@@ -2,11 +2,7 @@
28 + #
29 + # Used by systemd --user instances.
30 +
31 +-account required pam_unix.so
32 ++account include system-services
33 +
34 +-m4_ifdef(`HAVE_SELINUX',
35 +-session required pam_selinux.so close
36 +-session required pam_selinux.so nottys open
37 +-)m4_dnl
38 +-session required pam_loginuid.so
39 ++session include system-services
40 session optional pam_systemd.so