summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-07-29 11:23:09 -0400
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-29 18:48:12 +0200
commit52a0d25c417dad0c9c8a6880c484a495221674be (patch)
tree9261944bdcd939afe6d594263b079bcdac26a218
parentDrop nss-resolv for glibc-2.33, trouble with chromium (surprise) (diff)
downloadglibc-systemd-glibc-2.33.tar.gz
glibc-systemd-glibc-2.33.tar.bz2
glibc-systemd-glibc-2.33.zip
Return immediately if libnss_files cannot open /etc/shadow20210814glibc-2.33
This restores the EACCES errno value that is expected by pam_unix in >=sys-libs/pam-1.5.2. Bug: https://bugs.gentoo.org/803050 Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--gentoo-config/nsswitch.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo-config/nsswitch.conf b/gentoo-config/nsswitch.conf
index 0a18b20..699c31e 100644
--- a/gentoo-config/nsswitch.conf
+++ b/gentoo-config/nsswitch.conf
@@ -72,5 +72,5 @@ passwd: files systemd
protocols: files
publickey: files
rpc: files
-shadow: files systemd
+shadow: files [UNAVAIL=return] systemd
services: files