Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/toolchain/glibc-patches:master commit in: 9999/
Date: Tue, 25 May 2021 20:30:39
Message-Id: 1621974614.8fbd57a97a76eaf57be638dc0f9bd019a7bf19ab.dilfridge@gentoo
1 commit: 8fbd57a97a76eaf57be638dc0f9bd019a7bf19ab
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 20:30:14 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 20:30:14 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/toolchain/glibc-patches.git/commit/?id=8fbd57a9
7
8 Add systemd also to gshadow and shadow lines
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 ...itch.conf-Add-nss-systemd-hook-also-to-sh.patch | 35 ++++++++++++++++++++++
13 1 file changed, 35 insertions(+)
14
15 diff --git a/9999/0051-Gentoo-nsswitch.conf-Add-nss-systemd-hook-also-to-sh.patch b/9999/0051-Gentoo-nsswitch.conf-Add-nss-systemd-hook-also-to-sh.patch
16 new file mode 100644
17 index 0000000..27cff54
18 --- /dev/null
19 +++ b/9999/0051-Gentoo-nsswitch.conf-Add-nss-systemd-hook-also-to-sh.patch
20 @@ -0,0 +1,35 @@
21 +From c834ea3358e6a3d74ed45b96168338f31dd0f080 Mon Sep 17 00:00:00 2001
22 +From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= <dilfridge@g.o>
23 +Date: Tue, 25 May 2021 22:24:20 +0200
24 +Subject: [PATCH] Gentoo: nsswitch.conf: Add nss-systemd hook also to shadow
25 + and gshadow
26 +
27 +See-also: https://github.com/systemd/systemd/pull/19545
28 +See-also: https://github.com/systemd/systemd/commit/f43a19ecd6e3415ec223f245204b4eaaff739af4
29 +---
30 + nss/nsswitch.conf | 4 ++--
31 + 1 file changed, 2 insertions(+), 2 deletions(-)
32 +
33 +diff --git a/nss/nsswitch.conf b/nss/nsswitch.conf
34 +index 0faf5e71fe..17aa6db22b 100644
35 +--- a/nss/nsswitch.conf
36 ++++ b/nss/nsswitch.conf
37 +@@ -61,7 +61,7 @@
38 + aliases: files
39 + ethers: files
40 + group: files [SUCCESS=merge] systemd
41 +-gshadow: files
42 ++gshadow: files systemd
43 + hosts: files dns
44 + # Allow initgroups to default to the setting for group.
45 + # initgroups: files
46 +@@ -71,5 +71,5 @@ passwd: files systemd
47 + protocols: files
48 + publickey: files
49 + rpc: files
50 +-shadow: files
51 ++shadow: files systemd
52 + services: files
53 +--
54 +2.26.3
55 +