aboutsummaryrefslogtreecommitdiff
path: root/OWNERS
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-08-16 11:03:16 +0200
committerPaul Holzinger <pholzing@redhat.com>2021-08-16 11:30:11 +0200
commit2a8c4144887373dd8c070ac09f33fea7ab764a95 (patch)
tree4216074b83d0c3c516cfb0739e09ca3eaefb7410 /OWNERS
parent5592ac9e236191da654619d1c8505420187766b4 (diff)
downloadpodman-2a8c4144887373dd8c070ac09f33fea7ab764a95.tar.gz
podman-2a8c4144887373dd8c070ac09f33fea7ab764a95.tar.bz2
podman-2a8c4144887373dd8c070ac09f33fea7ab764a95.zip
Fix rootless cni dns without systemd stub resolver
When a host uses systemd-resolved but not the resolved stub resolver the following symlinks are created: `/etc/resolv.conf` -> `/run/systemd/resolve/stub-resolv.conf` -> `/run/systemd/resolve/resolv.conf`. Because the code uses filepath.EvalSymlinks we put the new resolv.conf to `/run/systemd/resolve/resolv.conf` but the `/run/systemd/resolve/stub-resolv.conf` link does not exists in the mount ns. To fix this we will walk the symlinks manually until we reach the first one under `/run` and use this for the resolv.conf file destination. This fixes a regression which was introduced in e73d4829900c. Fixes #11222 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'OWNERS')
0 files changed, 0 insertions, 0 deletions