-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Ensure that exec sessions inherit supplemental groups #5349
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
Ensure that exec sessions inherit supplemental groups #5349
Conversation
Still needs tests |
[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 |
8ee0bbd
to
e4be545
Compare
Added a test |
I'm seeing this error in #5270 as well |
This corrects a regression from Podman 1.4.x where container exec sessions inherited supplemental groups from the container, iff the exec session did not specify a user. Signed-off-by: Matthew Heon <[email protected]>
e4be545
to
b41c864
Compare
Nevermind, silly mistake. |
LGTM |
It's green |
LGTM |
/lgtm |
This corrects a regression from Podman 1.4.x where container exec sessions inherited supplemental groups from the container, iff the exec session did not specify a user.