plugin: fix mounting /etc/hosts when running in UserNS#47558
Merged
neersighted merged 1 commit intomoby:masterfrom Mar 15, 2024
Merged
plugin: fix mounting /etc/hosts when running in UserNS#47558neersighted merged 1 commit intomoby:masterfrom
neersighted merged 1 commit intomoby:masterfrom
Conversation
This was referenced Mar 14, 2024
thaJeztah
reviewed
Mar 14, 2024
Member
|
Curious; what's different about the new location that's used; is it a permissions issue, and in that case, should we just fail to start, asking the user to fix the permissions for the |
Member
Author
No, this is not a permission issue Lines 448 to 499 in ff05850 |
thaJeztah
reviewed
Mar 15, 2024
Fix `error mounting "/etc/hosts" to rootfs at "/etc/hosts": mount /etc/hosts:/etc/hosts (via /proc/self/fd/6), flags: 0x5021: operation not permitted`. This error was introduced in 7d08d84 (`dockerd-rootless.sh: set rootlesskit --state-dir=DIR`) that changed the filesystem of the state dir from /tmp to /run (in a typical setup). Fix issue 47248 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
neersighted
approved these changes
Mar 15, 2024
This was referenced Mar 24, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
Fix
error mounting "/etc/hosts" to rootfs at "/etc/hosts": mount /etc/hosts:/etc/hosts (via /proc/self/fd/6), flags: 0x5021: operation not permitted.This error was introduced in 7d08d84 (
dockerd-rootless.sh: set rootlesskit --state-dir=DIR) that changed the filesystem of the state dir from /tmp to /run (in a typical setup).Fixes #47248
- How I did it
Applied
mountsopts.FixUpOCI- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)
🐧