summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-files/base-files/0001-add-nss-resolve-to-nsswitch.patch
blob: a6e39e0956881d2985e1ff0914b4ce3060ee792c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 830abe652428d9d31780c3ace121635ad7b64274 Mon Sep 17 00:00:00 2001
From: Eero Aaltonen <eero.aaltonen@vaisala.com>
Date: Wed Sep 27 15:50:48 2023 +0300
Subject: [PATCH] Add nss-resolve to the Name Service Switch (NSS)

Add `nss-resolve` so that `systemd-resolved` is used for name
resolution with glibc `gethostbyname` calls.

Upstream-Status: Inappropriate [no upstream, configuration].

Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
---
 nsswitch.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nsswitch.conf b/nsswitch.conf
index 06f03d2..34b165c 100644
--- a/nsswitch.conf
+++ b/nsswitch.conf
@@ -8,7 +8,7 @@ passwd:         compat
 group:          compat
 shadow:         compat
 
-hosts:          files dns
+hosts:          resolve [!UNAVAIL=return] files dns
 networks:       files
 
 protocols:      db files
-- 
2.25.1