-
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
abi: drop check for IsRootless() #21017
abi: drop check for IsRootless() #21017
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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ef1fe79
to
0ecb25a
Compare
it is the wrong check to do here since we need to setup the user namespace even in the case we are running as root without capabilities. [NO NEW TESTS NEEDED] this happens in nested podman Closes: containers#20908 Signed-off-by: Giuseppe Scrivano <[email protected]>
0ecb25a
to
1322f31
Compare
ready for review |
LGTM |
/lgtm |
LGTM |
26bcffd
into
containers:main
/cherry-pick v4.9 |
@giuseppe: #21017 failed to apply on top of branch "v4.9":
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 to 4.9 here: #21436 |
it is the wrong check to do here since we need to setup the user namespace even in the case we are running as root without capabilities.
[NO NEW TEST NEEDED] this happens in nested podman
Closes: #20908
Does this PR introduce a user-facing change?