-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add container GID to additional groups #15618
Add container GID to additional groups #15618
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mheon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4fe223a
to
7e6616f
Compare
Mitigates a potential permissions issue. Mirrors Buildah PR containers#4200 and CRI-O PR containers#6159. Signed-off-by: Matthew Heon <[email protected]>
7e6616f
to
d82a416
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/lgtm |
/cherry-pick v4.2.0-rhel v3.0.1-rhel |
@mheon: cannot checkout In 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. |
/cherry-pick v4.2.0-rhel |
/cherry-pick v3.0.1-rhel |
@mheon: new pull request created: #15656 In 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. |
@mheon: #15618 failed to apply on top of branch "v3.0.1-rhel":
In 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. |
/cherry-pick v4.2.0-rhel |
@mheon: new pull request created: #15696 In 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. |
/cherry-pick v4.0-rhel |
@mheon: #15618 failed to apply on top of branch "v4.0-rhel":
In 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. |
Backport #15618 to v4.0-rhel
NVD shows only redhat links and does not mention fixed-in release se these CVEs will show-up in reports indefinitely. They are already fixed in current version, so ignore them. CVE-2022-2989 * GHSA-4wjj-jwc9-2x96 * containers/podman#15618 * commit d82a41687e614d9ac8b2d169dee47fe226835e4c Add container GID to additional groups CVE-2023-0778 * GHSA-qwqv-rqgf-8qh8 * containers/podman#17528 * commit 6ca857feb07a5fdc96fd947afef03916291673d8 volume,container: chroot to source before exporting content Signed-off-by: Peter Marko <[email protected]>
Mitigates a potential permissions issue. Mirrors containers/buildah#4200 and https://github.com/cri-o/cri-o/pull/6159/files