-
Notifications
You must be signed in to change notification settings - Fork 745
OCPBUGS-55180: Fix file groupowner oval template on OCP #13357
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
Conversation
This might be related: #13177 |
…group and /usr/lib/group This update adds two textfilecontent54_objects—one for /etc/group and one for /usr/lib/group—and unites them in a local_variable via set_operator="UNION". As a result, the rule will correctly resolve groups that are defined in either location.
/test |
@Vincent056: The
Use
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-sigs/prow repository. |
/test e2e-aws-ocp4-cis-node |
Code Climate has analyzed commit aeea693 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 61.9% (0.0% change). View more on Code Climate. |
/test e2e-aws-ocp4-cis-node |
/test e2e-aws-ocp4-cis-node |
retest, it was not able to setup the cluster |
/ok-to-test |
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.
/lgtm
We should use
8000/usr/lib/group
instead of/etc/group
on OCP4This update adds two locations to check group id—one for /etc/group and one for /usr/lib/group—and combine them in a local_variable via set_operator="UNION". As a result, the rule will correctly resolve groups that are defined in either location.
OCPBUGS-55180