Skip to content

Commit 75f3d19

Browse files
committed
Remove configure_ssh_crypto_policy from OL10 profiles
The variable CRYPTO_POLICY is no longer honored by sshd on OL10 Signed-off-by: Armando Acosta <armando.acosta@oracle.com>
1 parent 52bcc51 commit 75f3d19

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

products/ol10/profiles/e8.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ selections:
3333
# authselect is enabled by default
3434
- '!enable_authselect'
3535
- var_authselect_profile=local
36+
- '!configure_ssh_crypto_policy'

products/ol10/profiles/hipaa.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ selections:
6161
- '!sshd_disable_kerb_auth'
6262
- '!sshd_disable_gssapi_auth'
6363
- '!service_rlogin_disabled'
64+
- '!configure_ssh_crypto_policy'
6465

6566
# authselect is enabled by default
6667
- '!enable_authselect'

products/ol10/profiles/ism_o.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ selections:
7575
- '!accounts_password_all_shadowed'
7676
- '!usbguard_allow_hid_and_hub'
7777
- '!sshd_allow_only_protocol2'
78+
- '!configure_ssh_crypto_policy'
7879

7980
# Older rules, no longer needed
8081
- '!security_patches_up_to_date'

products/ol10/profiles/ism_o_secret.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ selections:
7676
- "!usbguard_allow_hid_and_hub"
7777
- "!sshd_allow_only_protocol2"
7878
- var_authselect_profile=local
79+
- "!configure_ssh_crypto_policy"
7980

8081
# Needed for references in other products
8182
- '!security_patches_up_to_date'

products/ol10/profiles/ism_o_top_secret.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ selections:
7676
- "!usbguard_allow_hid_and_hub"
7777
- "!sshd_allow_only_protocol2"
7878
- var_authselect_profile=local
79+
- "!configure_ssh_crypto_policy"
7980

8081
# Needed for references in other products
8182
- '!security_patches_up_to_date'

products/ol10/profiles/ospp.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ selections:
6565
- '!zipl_page_alloc_shuffle_argument'
6666
- '!zipl_systemd_debug-shell_argument_absent'
6767
- var_authselect_profile=local
68+
- '!configure_ssh_crypto_policy'

products/ol10/profiles/pci-dss.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@ selections:
7777
# Irrelevant for ol10
7878
- '!enable_dconf_user_profile'
7979
- var_authselect_profile=local
80+
- '!configure_ssh_crypto_policy'

0 commit comments

Comments
 (0)