-
Notifications
You must be signed in to change notification settings - Fork 252
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
[release-4.7] Bug 1968680: fix(containerd): drop xattrs during unpack #676
[release-4.7] Bug 1968680: fix(containerd): drop xattrs during unpack #676
Conversation
On some systems, creating files with certain extended attributes is a restricted operation -- e.g. "security.compatibility" on SELinux -- and causes bundle and index unpacking to fail for unprivileged users. To fix this, we drop all xattrs from unpacked files before writing them. Signed-off-by: Nick Hale <[email protected]>
/lgtm |
@openshift-cherrypick-robot: This pull request references Bugzilla bug 1968680, which is invalid:
Comment 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. |
/bugzilla refresh Recalculating validity in case the underlying Bugzilla bug has changed. |
@openshift-bot: This pull request references Bugzilla bug 1968680, which is invalid:
Comment 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. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: njhale, openshift-cherrypick-robot 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 |
/retest Please review the full test history for this PR and help us cut down flakes. |
/bugzilla refresh Recalculating validity in case the underlying Bugzilla bug has changed. |
@openshift-bot: This pull request references Bugzilla bug 1968680, which is invalid:
Comment 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. |
/retest |
Codecov Report
@@ Coverage Diff @@
## release-4.7 #676 +/- ##
============================================
Coverage 49.43% 49.43%
============================================
Files 91 91
Lines 6320 6320
============================================
Hits 3124 3124
Misses 2502 2502
Partials 694 694 Continue to review full report at Codecov.
|
/bugzilla refresh Recalculating validity in case the underlying Bugzilla bug has changed. |
@openshift-bot: This pull request references Bugzilla bug 1968680, which is invalid:
Comment 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. |
/bugzilla refresh Recalculating validity in case the underlying Bugzilla bug has changed. |
@openshift-bot: This pull request references Bugzilla bug 1968680, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
@openshift-ci[bot]: GitHub didn't allow me to request PR reviews from the following users: jianzhangbjz. Note that only operator-framework members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
[patch-manager] 🚀 Approved for z-stream by score: 0.20 approved |
1 similar comment
[patch-manager] 🚀 Approved for z-stream by score: 0.20 approved |
(Adding the cherry-pick-approved as Michal doesn't have the requisite permissions to tag it himself.) |
"Something wrongs! We could not fulfill your request" /test all |
@openshift-cherrypick-robot: All pull requests linked via external trackers have merged: Bugzilla bug 1968680 has been moved to the MODIFIED state. 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. |
This is an automated cherry-pick of #667
/assign njhale