Skip to content
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

Cis update #12541

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions controls/cis_rhel10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ controls:
status: automated
rules:
- configure_crypto_policy
- var_system_crypto_policy=default_policy
- var_system_crypto_policy=default_nosha1

- id: 1.6.2
title: Ensure system wide crypto policy is not set in sshd configuration (Automated)
Expand Down Expand Up @@ -1528,7 +1528,7 @@ controls:
Therefore I moved it to pending until deeper investigation.
related_rules:
- sshd_use_approved_ciphers
- sshd_approved_ciphers=cis_rhel8
- sshd_approved_ciphers=cis_rhel9

- id: 5.1.5
title: Ensure sshd KexAlgorithms is configured (Automated)
Expand All @@ -1541,7 +1541,7 @@ controls:
Therefore I moved it to pending until deeper investigation.
rules:
- sshd_use_strong_kex
- sshd_strong_kex=cis_rhel8
- sshd_strong_kex=cis_rhel9

- id: 5.1.6
title: Ensure sshd MACs are configured (Automated)
Expand All @@ -1554,7 +1554,7 @@ controls:
Therefore I moved it to pending until deeper investigation.
rules:
- sshd_use_strong_macs
- sshd_strong_macs=cis_rhel8
- sshd_strong_macs=cis_rhel9

- id: 5.1.7
title: Ensure sshd access is configured (Automated)
Expand Down Expand Up @@ -2073,7 +2073,7 @@ controls:
rules:
- set_password_hashing_algorithm_systemauth
- set_password_hashing_algorithm_passwordauth
- var_password_hashing_algorithm_pam=yescrypt
- var_password_hashing_algorithm_pam=sha512

- id: 5.3.3.4.4
title: Ensure pam_unix includes use_authtok (Automated)
Expand Down Expand Up @@ -2131,8 +2131,8 @@ controls:
rules:
- set_password_hashing_algorithm_libuserconf
- set_password_hashing_algorithm_logindefs
- var_password_hashing_algorithm=yescrypt
- var_password_hashing_algorithm_pam=yescrypt
- var_password_hashing_algorithm=SHA512
- var_password_hashing_algorithm_pam=sha512

- id: 5.4.1.5
title: Ensure inactive password lock is configured (Automated)
Expand All @@ -2143,7 +2143,7 @@ controls:
rules:
- account_disable_post_pw_expiration
- accounts_set_post_pw_existing
- var_account_disable_post_pw_expiration=30
- var_account_disable_post_pw_expiration=45

- id: 5.4.1.6
title: Ensure all users last password change date is in the past (Automated)
Expand Down Expand Up @@ -2542,8 +2542,8 @@ controls:
rules:
- auditd_data_disk_error_action
- auditd_data_disk_full_action
- var_auditd_disk_error_action=cis_rhel8
- var_auditd_disk_full_action=cis_rhel8
- var_auditd_disk_error_action=cis_rhel9
- var_auditd_disk_full_action=cis_rhel9

- id: 6.3.2.4
title: Ensure system warns when audit logs are low on space (Automated)
Expand All @@ -2556,8 +2556,8 @@ controls:
- auditd_data_retention_admin_space_left_action
- auditd_data_retention_space_left_action
- var_auditd_action_mail_acct=root
- var_auditd_admin_space_left_action=cis_rhel8
- var_auditd_space_left_action=cis_rhel8
- var_auditd_admin_space_left_action=cis_rhel9
- var_auditd_space_left_action=cis_rhel9

- id: 6.3.3.1
title: Ensure changes to system administration scope (sudoers) is collected (Automated)
Expand Down
3 changes: 3 additions & 0 deletions products/rhel10/profiles/cis.profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ description: |-

selections:
- cis_rhel10:all:l2_server
- '!file_ownership_home_directories'
- '!group_unique_name'
- '!file_owner_at_allow'
3 changes: 3 additions & 0 deletions products/rhel10/profiles/cis_server_l1.profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ description: |-

selections:
- cis_rhel10:all:l1_server
- '!file_ownership_home_directories'
- '!group_unique_name'
- '!file_owner_at_allow'
3 changes: 3 additions & 0 deletions products/rhel10/profiles/cis_workstation_l1.profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ description: |-

selections:
- cis_rhel10:all:l1_workstation
- '!file_ownership_home_directories'
- '!group_unique_name'
- '!file_owner_at_allow'
3 changes: 3 additions & 0 deletions products/rhel10/profiles/cis_workstation_l2.profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ description: |-

selections:
- cis_rhel10:all:l2_workstation
- '!file_ownership_home_directories'
- '!group_unique_name'
- '!file_owner_at_allow'
Loading