Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/toolchain/glibc-systemd:master commit in: gentoo-config/
Date: Thu, 29 Jul 2021 16:49:27
Message-Id: 1627577342.0854e4aa76942758f676dbca6dd1388c049b0149.dilfridge@gentoo
1 commit: 0854e4aa76942758f676dbca6dd1388c049b0149
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 15:23:09 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 16:49:02 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/toolchain/glibc-systemd.git/commit/?id=0854e4aa
7
8 Return immediately if libnss_files cannot open /etc/shadow
9
10 This restores the EACCES errno value that is expected by pam_unix in
11 >=sys-libs/pam-1.5.2.
12
13 Bug: https://bugs.gentoo.org/803050
14 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
15 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
16
17 gentoo-config/nsswitch.conf | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/gentoo-config/nsswitch.conf b/gentoo-config/nsswitch.conf
21 index b6d742d..d758a68 100644
22 --- a/gentoo-config/nsswitch.conf
23 +++ b/gentoo-config/nsswitch.conf
24 @@ -72,5 +72,5 @@ passwd: files systemd
25 protocols: files
26 publickey: files
27 rpc: files
28 -shadow: files systemd
29 +shadow: files [UNAVAIL=return] systemd
30 services: files