-
Notifications
You must be signed in to change notification settings - Fork 2.9k
rootless: fix regression when using exec on old containers #2762
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
rootless: fix regression when using exec on old containers #2762
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@debarshiray Can you test this and verify it resolves the regression with exec? |
|
code LGTM |
|
👍 |
|
Code LGTM, but tests aren't hip. |
|
@giuseppe Mind rebasing to pick up CI fixes? |
87cde02 to
d54bee2
Compare
fallback to the previous behavior of joining only the user namespace, when we cannot join the conmon userns+mount namespaces. Closes: containers#2673 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
d54bee2 to
aacc5a8
Compare
|
@debarshiray had a chance to test it? |
|
Yes, this unbreaks |
|
Good enough for me! |
fallback to the previous behavior of joining only the user namespace,
when we cannot join the conmon userns+mount namespaces.
Closes: #2673
Signed-off-by: Giuseppe Scrivano gscrivan@redhat.com