Skip to content

Commit

Permalink
remove reverted rules from CIS control files
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Jun 6, 2023
1 parent 8b9ff21 commit 90c31c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
7 changes: 3 additions & 4 deletions controls/cis_rhel7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1763,22 +1763,21 @@ controls:
levels:
- l1_server
- l1_workstation
status: automated
status: partial # missing rule for group ownership
rules:
- file_permissions_sshd_private_key
- file_ownership_sshd_private_key
- file_groupownership_sshd_private_key

- id: 5.3.3
title: Ensure permissions on SSH public host key files are configured (Automated)
levels:
- l1_server
- l1_workstation
status: automated
status: partial # missing rule for group ownership
rules:
- file_permissions_sshd_pub_key
- file_ownership_sshd_pub_key
- file_groupownership_sshd_pub_key


- id: 5.3.4
title: Ensure SSH access is limited (Automated)
Expand Down
6 changes: 2 additions & 4 deletions controls/cis_rhel8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1978,22 +1978,20 @@ controls:
levels:
- l1_server
- l1_workstation
status: automated
status: partial # missing rule for group ownership
rules:
- file_permissions_sshd_private_key
- file_ownership_sshd_private_key
- file_groupownership_sshd_private_key

- id: 5.2.3
title: Ensure permissions on SSH public host key files are configured (Automated)
levels:
- l1_server
- l1_workstation
status: automated
status: partial # missing rule for group ownership
rules:
- file_permissions_sshd_pub_key
- file_ownership_sshd_pub_key
- file_groupownership_sshd_pub_key

- id: 5.2.4
title: Ensure SSH access is limited (Automated)
Expand Down
6 changes: 2 additions & 4 deletions controls/cis_rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1826,22 +1826,20 @@ controls:
levels:
- l1_server
- l1_workstation
status: automated
status: partial # missing rule for group ownership
rules:
- file_permissions_sshd_private_key
- file_ownership_sshd_private_key
- file_groupownership_sshd_private_key

- id: 5.2.3
title: Ensure permissions on SSH public host key files are configured (Automated)
levels:
- l1_server
- l1_workstation
status: automated
status: partial # missing rule for group ownership
rules:
- file_permissions_sshd_pub_key
- file_ownership_sshd_pub_key
- file_groupownership_sshd_pub_key

- id: 5.2.4
title: Ensure SSH access is limited (Automated)
Expand Down

0 comments on commit 90c31c2

Please sign in to comment.