[release/1.7] Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind.#8336
Conversation
Signed-off-by: Vinayak Goyal <[email protected]> (cherry picked from commit ae4dbb6) Signed-off-by: Vinayak Goyal <[email protected]>
Signed-off-by: Vinayak Goyal <[email protected]> (cherry picked from commit 990199a) Signed-off-by: Vinayak Goyal <[email protected]>
…unt bind. Signed-off-by: Vinayak Goyal <[email protected]> (cherry picked from commit ac84bf7) Signed-off-by: Vinayak Goyal <[email protected]>
|
Hi @vinayakankugoyal. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cc @samuelkarp @rata |
|
@vinayakankugoyal: GitHub didn't allow me to request PR reviews from the following users: rata. Note that only containerd members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
|
/test pull-containerd-sandboxed-node-e2e |
|
@samuelkarp: The specified target(s) for
Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
If you are running a pod with user namespace enabled you might see EPERM errors while mounting resolv.conf without these options.
This was discovered while we were debugging: opencontainers/runc#3770
cherry-pick: #8309