-
Notifications
You must be signed in to change notification settings - Fork 743
Apply 1.1.1.8 to server_l1 to match the benchmark on RHEL 8 #13103
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
Apply 1.1.1.8 to server_l1 to match the benchmark on RHEL 8 #13103
Conversation
Hi @jeepingben. Thanks for your PR. I'm waiting for a ComplianceAsCode 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-sigs/prow repository. |
@@ -106,7 +106,7 @@ controls: | |||
- id: 1.1.1. 8000 8 | |||
title: Ensure usb-storage kernel module is not available (Automated) | |||
levels: | |||
- l2_server |
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.
Please update the profile stability tests. If you run ctest --output-on-failure
from build
folder once the RHEL 8 product is built you will get more information.
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.
Ok, that should be fixed
Code Climate has analyzed commit e820ecf 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 62.0% (0.0% change). View more on Code Climate. |
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.
Thanks for the PR!
Description:
Rationale:
The benchmark specifies that this applies to l1 server and l2 workstation. Match that here.
Fixes usb-storage_disabled removed from RHEL8 cis server l1 #13102
Review Hints: