From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFF831395E1 for ; Sun, 30 Oct 2016 03:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A10AE0C33; Sun, 30 Oct 2016 03:52:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F63DE0C33 for ; Sun, 30 Oct 2016 03:52:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7667D341672 for ; Sun, 30 Oct 2016 03:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2F0E244E for ; Sun, 30 Oct 2016 03:52:24 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1477799530.448fde98950def2b1d69bd05903c8e800b3bbead.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/, sys-apps/systemd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/files/232-systemd-user-pam.patch sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/files/ sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 448fde98950def2b1d69bd05903c8e800b3bbead X-VCS-Branch: master Date: Sun, 30 Oct 2016 03:52:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 81ed2bb4-70fa-4200-b0ac-5c2f7e831275 X-Archives-Hash: 4910308fc05e016078fac9222ba64e01 commit: 448fde98950def2b1d69bd05903c8e800b3bbead Author: Mike Gilbert gentoo org> AuthorDate: Sun Oct 30 03:51:37 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 30 03:52:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448fde98 sys-apps/systemd: call pam_limits for systemd-user As suggested by DISTRO_PORTING. Package-Manager: portage-2.3.2_p1 sys-apps/systemd/files/232-systemd-user-pam.patch | 8 ++++++++ sys-apps/systemd/systemd-9999.ebuild | 1 + 2 files changed, 9 insertions(+) diff --git a/sys-apps/systemd/files/232-systemd-user-pam.patch b/sys-apps/systemd/files/232-systemd-user-pam.patch new file mode 100644 index 00000000..a6501ba --- /dev/null +++ b/sys-apps/systemd/files/232-systemd-user-pam.patch @@ -0,0 +1,8 @@ +--- a/src/login/systemd-user.m4 ++++ b/src/login/systemd-user.m4 +@@ -9,4 +9,5 @@ + session required pam_selinux.so nottys open + )m4_dnl + session required pam_loginuid.so ++session required pam_limits.so + session optional pam_systemd.so diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index c0a9abc..b79eeac 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -159,6 +159,7 @@ src_prepare() { local PATCHES=( "${FILESDIR}/218-Dont-enable-audit-by-default.patch" "${FILESDIR}/228-noclean-tmp.patch" + "${FILESDIR}/232-systemd-user-pam.patch" ) [[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )