Skip to content
Merged
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
4 changes: 2 additions & 2 deletions controls/ccn_ol9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ controls:
- advanced
status: automated
rules:
- configure_ssh_crypto_policy
- configure_crypto_policy

- id: A.5.SEC-OL7
title: Network Session Inactivity is Controlled
Expand Down Expand Up @@ -655,7 +655,7 @@ controls:
notes: |-
It overlaps the rule in A.5.SEC-OL6 requirement
related_rules:
- configure_ssh_crypto_policy
- configure_crypto_policy

- id: A.11.SEC-OL7
title: GUI Idle Time is Limited
Expand Down
1 change: 1 addition & 0 deletions products/ol10/profiles/e8.profile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ selections:
# authselect is enabled by default
- '!enable_authselect'
- var_authselect_profile=local
- '!configure_ssh_crypto_policy'
1 change: 1 addition & 0 deletions products/ol10/profiles/hipaa.profile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ selections:
- '!sshd_disable_kerb_auth'
- '!sshd_disable_gssapi_auth'
- '!service_rlogin_disabled'
- '!configure_ssh_crypto_policy'

# authselect is enabled by default
- '!enable_authselect'
Expand Down
1 change: 1 addition & 0 deletions products/ol10/profiles/ism_o.profile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ selections:
- '!accounts_password_all_shadowed'
- '!usbguard_allow_hid_and_hub'
- '!sshd_allow_only_protocol2'
- '!configure_ssh_crypto_policy'

# Older rules, no longer needed
- '!security_patches_up_to_date'
Expand Down
1 change: 1 addition & 0 deletions products/ol10/profiles/ism_o_secret.profile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ selections:
- "!usbguard_allow_hid_and_hub"
- "!sshd_allow_only_protocol2"
- var_authselect_profile=local
- "!configure_ssh_crypto_policy"

# Needed for references in other products
- '!security_patches_up_to_date'
Expand Down
1 change: 1 addition & 0 deletions products/ol10/profiles/ism_o_top_secret.profile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ selections:
- "!usbguard_allow_hid_and_hub"
- "!sshd_allow_only_protocol2"
- var_authselect_profile=local
- "!configure_ssh_crypto_policy"

# Needed for references in other products
- '!security_patches_up_to_date'
Expand Down
1 change: 1 addition & 0 deletions products/ol10/profiles/ospp.profile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ selections:
- '!zipl_page_alloc_shuffle_argument'
- '!zipl_systemd_debug-shell_argument_absent'
- var_authselect_profile=local
- '!configure_ssh_crypto_policy'
1 change: 1 addition & 0 deletions products/ol10/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ selections:
# Irrelevant for ol10
- '!enable_dconf_user_profile'
- var_authselect_profile=local
- '!configure_ssh_crypto_policy'
1 change: 1 addition & 0 deletions products/ol9/profiles/e8.profile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ selections:
- '!package_talk_removed'
- '!package_talk-server_removed'
- '!ensure_redhat_gpgkey_installed'
- '!configure_ssh_crypto_policy'
1 change: 1 addition & 0 deletions products/ol9/profiles/hipaa.profile
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ selections:
- "!sshd_use_approved_ciphers"
- "!sshd_use_approved_macs"
- "!sshd_use_priv_separation"
- "!configure_ssh_crypto_policy"
1 change: 0 additions & 1 deletion products/ol9/profiles/ospp.profile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ selections:
- enable_fips_mode
- var_system_crypto_policy=fips_ospp
- configure_crypto_policy
- configure_ssh_crypto_policy
- configure_openssl_crypto_policy
- enable_dracut_fips_module

Expand Down
1 change: 1 addition & 0 deletions products/ol9/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ selections:
- '!service_timesyncd_enabled'
- '!audit_rules_file_deletion_events_renameat2'
- '!audit_rules_dac_modification_fchmodat2'
- '!configure_ssh_crypto_policy'
# Not applicable to OL9, packages not available in OL9
- '!package_cryptsetup-luks_installed'
- '!service_rpcbind_disabled'
Expand Down
Loading