-
Notifications
You must be signed in to change notification settings - Fork 717
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
Add /dev/shm to CIS Kickstarts #10286
Conversation
@mildas The description has been updated. |
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 root partition in RHEL7 kickstart similarly as in RHEL9 to not exceed 20GB.
@mildas , could you confirm the new partition size is good for the testing purposes, please? |
@marcusburghardt Sure, I will test both, RHEL7 and RHEL9, when root partition for RHEL7 is updated. Edit: Actually, I can't verify it. The partition is not the only issue with installation. With this PR, I can finally begin the installation, but few seconds after start the installation aborts, see #10277 (comment) |
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.
@Mab879 Workstation L2 partitions look good now. But now I've checked CIS control files and the rule is applicable to all CIS profiles (both Workstation and Server and even for Level 1)
https://github.com/ComplianceAsCode/content/blob/master/controls/cis_rhel7.yml#L94
https://github.com/ComplianceAsCode/content/blob/master/controls/cis_rhel9.yml#L258
Please, update also Workstation L1, Server L1, and Server L2 kickstart same as you did for Workstation L2 (RHEL7 + RHEL9, 512MB for /dev/shm
and reduce /
).
Code Climate has analyzed commit 808d12c 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 51.7%. View more on Code Climate. |
/packit retest-failed |
/packit retest-failed |
/packit build |
The updates in Kickstart are not relevant for tests running in Testing Farm. |
Description:
Adds
/dev/shm
to the RHEL 9 and RHEL 7 CIS Workstation Level 2 kickstart files.Rationale:
Help fix kickstart installs.
Closes #10274