Skip to content

Commit

Permalink
Update titles in section 1.1 for RHEL 7 CIS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jan 18, 2024
1 parent c9b2ac6 commit 1f24c0b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions controls/cis_rhel7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ controls:
- kernel_module_usb-storage_disabled

- id: 1.1.2.1.1
title: Ensure /tmp is configured (Automated)
title: Ensure /tmp is a separate partition (Automated)
levels:
- l1_server
- l1_workstation
Expand Down Expand Up @@ -136,7 +136,7 @@ controls:
- mount_option_tmp_noexec

- id: 1.1.2.2.1
title: Ensure /dev/shm is configured (Automated)
title: Ensure /dev/shm is a separate partition (Automated)
levels:
- l1_server
- l1_workstation
Expand Down Expand Up @@ -181,7 +181,7 @@ controls:
- partition_for_home

- id: 1.1.2.3.2
title: Ensure /home partition includes the nodev option (Automated)
title: Ensure nodev option set on /home partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -190,7 +190,7 @@ controls:
- mount_option_home_nodev

- id: 1.1.2.3.3
title: Ensure /home partition includes the nosuid option (Automated)
title: Ensure nosuid option set on /home partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -208,7 +208,7 @@ controls:
- partition_for_var

- id: 1.1.2.4.2
title: Ensure /var partition includes the nodev option (Automated)
title: Ensure nodev option set on /var partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -217,7 +217,7 @@ controls:
- mount_option_var_nodev

- id: 1.1.2.4.3
title: Ensure /var partition includes the nosuid option (Automated)
title: Ensure nosuid option set on /var partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -235,7 +235,7 @@ controls:
- partition_for_var_tmp

- id: 1.1.2.5.2
title: Ensure /var/tmp partition includes the nodev option (Automated)
title: Ensure nodev option set on /var/tmp partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -244,7 +244,7 @@ controls:
- mount_option_var_tmp_nodev

- id: 1.1.2.5.3
title: Ensure /var/tmp partition includes the nosuid option (Automated)
title: Ensure nosuid option set on /var/tmp partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -253,7 +253,7 @@ controls:
- mount_option_var_tmp_nosuid

- id: 1.1.2.5.4
title: Ensure /var/tmp partition includes the noexec option (Automated)
title: Ensure noexec option set on /var/tmp partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -271,7 +271,7 @@ controls:
- partition_for_var_log

- id: 1.1.2.6.2
title: Ensure /var/log partition includes the nodev option (Automated)
title: Ensure nodev option set on /var/log partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -280,7 +280,7 @@ controls:
- mount_option_var_log_nodev

- id: 1.1.2.6.3
title: Ensure /var/log partition includes the nosuid option (Automated)
title: Ensure nosuid option set on /var/log partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -289,7 +289,7 @@ controls:
- mount_option_var_log_nosuid

- id: 1.1.2.6.4
title: Ensure /var/log partition includes the noexec option (Automated)
title: Ensure noexec option set on /var/log partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -307,7 +307,7 @@ controls:
- partition_for_var_log_audit

- id: 1.1.2.7.2
title: Ensure /var/log/audit partition includes the nodev option (Automated)
title: Ensure noexec option set on /var/log/audit partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -316,7 +316,7 @@ controls:
- mount_option_var_log_audit_nodev

- id: 1.1.2.7.3
title: Ensure /var/log/audit partition includes the nosuid option (Automated)
title: Ensure nosuid option set on /var/log/audit partition (Automated)
levels:
- l1_server
- l1_workstation
Expand All @@ -325,7 +325,7 @@ controls:
- mount_option_var_log_audit_nosuid

- id: 1.1.2.7.4
title: Ensure /var/log/audit partition includes the noexec option (Automated)
title: Ensure noexec option set on /var/log/audit partition (Automated)
levels:
- l1_server
- l1_workstation
Expand Down

0 comments on commit 1f24c0b

Please sign in to comment.