Skip to content

Conversation

@AkihiroSuda
Copy link
Member

Close #116

@AkihiroSuda
Copy link
Member Author

@giuseppe PTAL

Copy link
Collaborator

@giuseppe giuseppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@giuseppe giuseppe merged commit b797921 into rootless-containers:master Mar 25, 2020
@pcahyna
Copy link

pcahyna commented Sep 18, 2020

This will not work if /etc/resolv.conf is a symlink to /var/run/NetworkManager/resolv.conf and /var/run is a symlink to /run. (realpath(3) returns only the final path, but here the problem is in the intermediate symlink in the symlink hieararchy.)

@AkihiroSuda
Copy link
Member Author

Could you open an issue?

By "this will not work", do you just mean the warning isn't printed, or is something actually non-functional?

@pcahyna
Copy link

pcahyna commented Sep 18, 2020

I mean, warning is not printed, and DNS resolving is non-functional (which is what the warning should warn about).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sandbox should be disabled when resolv.conf is a symlink to a file outside /etc or /run ?

3 participants