-
Notifications
You must be signed in to change notification settings - Fork 198
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
tests/layering-non-root-caps: Adapt to new libcap output #2585
Conversation
I didn't deep dive on this, just observed that the new output matches what we laid down. There's ~2.5 years of changes and ~200 commits between 2.28 and 2.48.
To clarify this changed in https://bodhi.fedoraproject.org/updates/FEDORA-2021-570cc05441 (see |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch! One comment, but LGTM as is.
fi | ||
return | ||
fi | ||
# Replace '+' with '='; a libcap change https://bodhi.fedoraproject.org/updates/FEDORA-2021-eeff266a64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That should be https://bodhi.fedoraproject.org/updates/FEDORA-2021-570cc05441, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a fix for that queued up in #2583 - let's get this in and unblock CI and avoid another respin?
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, jlebon 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 |
From review in coreos#2585 (comment)
From review in #2585 (comment)
I didn't deep dive on this, just observed that the new output
matches what we laid down. There's ~2.5 years of changes
and ~200 commits between 2.28 and 2.48.