-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Document SELinux label requirements for the rootfs argument #3631
Document SELinux label requirements for the rootfs argument #3631
Conversation
Hi @TristanCacqueray. Thanks for your PR. I'm waiting for a containers or openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Can one of the admins verify this patch?
|
/ok-to-test |
/approve |
LGTM, but I'd like a signoff from @rhatdan |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mheon, TristanCacqueray 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 |
/ok-to-test LGTM |
@TristanCacqueray the failures don't seem related to this PR. Could you please rebase and push again? |
LGTM |
I think this needs a rebase to fix the latest lint errors. |
When using the rootfs argument, SELinux systems fails silently when the files are not properly labeled. Related #3628 Signed-off-by: Tristan Cacqueray <[email protected]>
LGTM, fingers crossed that the rebase chased the lint errors away. |
/lgtm |
podman-create and -run only. The SELinux text was added to podman-run (but not -create) in containers#3631, and reformatted in containers#5192. I assume here that it also applies to podman-create. Per feedback from Dan, added :s0 to SELinux context Signed-off-by: Ed Santiago <[email protected]>
When using the rootfs argument, SELinux systems fails silently
when the files are not properly labeled.
Related #3628
Signed-off-by: Tristan Cacqueray [email protected]