-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Modify nonroot, hostaccess, and hostmount-anyuid SCCs to drop some capabilities #16436
Modify nonroot, hostaccess, and hostmount-anyuid SCCs to drop some capabilities #16436
Conversation
…pabilities. - nonroot drops KILL, MKNOD, SETUID, and SETGID - hostaccess drops KILL, MKNOD, SETUID, and SETGID - hostmount-anyuid drops MKNOD
I see that many tasks failed because of infrastructure problems:
Log: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_unit/2976/console @stevekuznetsov Do you know about such issues? |
Hmmmmm we were having issues with hitting our storage quota but we bumped that. I wish we got better API responses on failure from ec2 on this one ... /retest |
/retest |
/lgtm Needs to have a release note because this could break running applications. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 16559, 16518, 16436). |
@smarterclayton How/where to add a release note? |
Ping |
nonroot
now drops KILL, MKNOD, SETUID, and SETGIDhostaccess
now drops KILL, MKNOD, SETUID, and SETGIDhostmount-anyuid
now drops MKNODPTAL @openshift/sig-security
Fixes #16371