This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 375
harden container hostpath cleanup #2474
Labels
bug
Incorrect behaviour
needs-review
Needs to be assessed by the team.
security
Potential or actual security issue
Comments
bergwolf
added
bug
Incorrect behaviour
needs-review
Needs to be assessed by the team.
labels
Feb 19, 2020
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Feb 19, 2020
So that if a guest changes it, we do not end up propergating the error. Fixes: kata-containers#2474 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Feb 19, 2020
So that if a guest changes it, we do not end up propergating the error. Fixes: kata-containers#2474 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
evanfoster
pushed a commit
to evanfoster/runtime
that referenced
this issue
Mar 9, 2020
So that if a guest changes it, we do not end up propergating the error. Fixes: kata-containers#2474 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
bergwolf
added a commit
that referenced
this issue
May 29, 2020
So that if a guest changes it, we do not end up propergating the error. Fixes: #2474 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Jun 3, 2020
So that if a guest changes it, we do not end up propergating the error. Fixes: kata-containers#2474 Signed-off-by: Peng Tao <bergwolf@hyper.sh>
amshinde
pushed a commit
to amshinde/kata-runtime
that referenced
this issue
Jun 4, 2020
So that if a guest changes it, we do not end up propergating the error. Fixes: kata-containers#2474 Signed-off-by: Peng Tao <bergwolf@hyper.sh> (cherry picked from commit 5bf3231)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Incorrect behaviour
needs-review
Needs to be assessed by the team.
security
Potential or actual security issue
Description of problem
A container's host path might be changed by the guest to point to some other places by placing a symlink there. kata runtime should not follow link when unmounting them otherwise we might end up unmounting some other mountpoints unexpectedly.
The text was updated successfully, but these errors were encountered: