-
Notifications
You must be signed in to change notification settings - Fork 710
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
Update RHEL 7 CIS Section 1 #11449
Update RHEL 7 CIS Section 1 #11449
Conversation
Skipping CI for Draft Pull Request. |
controls/cis_rhel7.yml
Outdated
@@ -37,6 +37,42 @@ controls: | |||
- kernel_module_cramfs_disabled | |||
|
|||
- id: 1.1.1.2 | |||
title: Ensure mounting of freevxfs filesystems is disabled (Automated) |
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.
slightly different title
controls/cis_rhel7.yml
Outdated
- l2_server | ||
- l2_workstation |
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.
should be l1
controls/cis_rhel7.yml
Outdated
- kernel_module_freevxfs_disabled | ||
|
||
- id: 1.1.1.3 | ||
title: Ensure mounting of hfs filesystems is disabled (Automated) |
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.
different title
controls/cis_rhel7.yml
Outdated
- kernel_module_hfs_disabled | ||
|
||
- id: 1.1.1.4 | ||
title: Ensure mounting of hfsplus filesystems is disabled (Automated) |
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.
different title
@@ -45,7 +81,7 @@ controls: | |||
rules: | |||
- kernel_module_squashfs_disabled | |||
|
|||
- id: 1.1.1.3 | |||
- id: 1.1.1.7 |
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.
1.1.1.7 should be level 2
controls/cis_rhel7.yml
Outdated
- id: 1.1.18 | ||
title: Ensure /home partition includes the nodev option (Automated) | ||
- id: 1.1.2.5.3 | ||
title: Ensure /var/tmp partition includes the nosuid option (Automated) |
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.
title
controls/cis_rhel7.yml
Outdated
- id: 1.1.19 | ||
title: Ensure removable media partitions include noexec option (Automated) | ||
- id: 1.1.2.5.4 | ||
title: Ensure /var/tmp partition includes the noexec option (Automated) |
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.
title
controls/cis_rhel7.yml
Outdated
- id: 1.1.20 | ||
title: Ensure nodev option set on removable media partitions (Automated) | ||
- id: 1.1.2.6.2 | ||
title: Ensure /var/log partition includes the nodev option (Automated) |
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.
title
controls/cis_rhel7.yml
Outdated
- id: 1.1.21 | ||
title: Ensure nosuid option set on removable media partitions (Automated) | ||
- id: 1.1.2.6.3 | ||
title: Ensure /var/log partition includes the nosuid option (Automated) |
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.
title
controls/cis_rhel7.yml
Outdated
- id: 1.1.22 | ||
title: Ensure sticky bit is set on all world-writable directories (Automated) | ||
- id: 1.1.2.6.4 | ||
title: Ensure /var/log partition includes the noexec option (Automated) |
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.
title
These rules are no longer in the benchmark.
No longer in the benchmark.
SELinux section
Code Climate has analyzed commit 0eaeec4 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 58.5% (0.0% change). View more on Code Climate. |
The CI fail on Rawhide is caused by aio-libs/multidict#926 and isn't related to the pull request. |
Description:
Update RHEL 7 CIS 4 Section 1 to v4.
Rationale:
Keep the profile up-to-date.