|
|
475544 |
From eb3a18cea5776038d0aeef0299083fcd282a0177 Mon Sep 17 00:00:00 2001
|
|
|
475544 |
From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= <matyc@redhat.com>
|
|
|
475544 |
Date: Mon, 17 Aug 2020 15:56:40 +0200
|
|
|
475544 |
Subject: [PATCH] Add a missing Crypto Policy rule to OSPP.
|
|
|
475544 |
|
|
|
475544 |
The rule fell out by mistake, this addition complements #4682
|
|
|
475544 |
---
|
|
|
475544 |
rhel8/profiles/ospp.profile | 1 +
|
|
|
475544 |
tests/data/profile_stability/rhel8/ospp.profile | 1 +
|
|
|
475544 |
tests/data/profile_stability/rhel8/stig.profile | 5 +++--
|
|
|
475544 |
3 files changed, 5 insertions(+), 2 deletions(-)
|
|
|
475544 |
|
|
|
475544 |
diff --git a/rhel8/profiles/ospp.profile b/rhel8/profiles/ospp.profile
|
|
|
475544 |
index 5b5b5b711a..a651885eef 100644
|
|
|
475544 |
--- a/rhel8/profiles/ospp.profile
|
|
|
475544 |
+++ b/rhel8/profiles/ospp.profile
|
|
|
475544 |
@@ -235,6 +235,7 @@ selections:
|
|
|
475544 |
- enable_fips_mode
|
|
|
475544 |
- var_system_crypto_policy=fips_ospp
|
|
|
475544 |
- configure_crypto_policy
|
|
|
475544 |
+ - configure_ssh_crypto_policy
|
|
|
475544 |
- configure_bind_crypto_policy
|
|
|
475544 |
- configure_openssl_crypto_policy
|
|
|
475544 |
- configure_libreswan_crypto_policy
|
|
|
475544 |
diff --git a/tests/data/profile_stability/rhel8/ospp.profile b/tests/data/profile_stability/rhel8/ospp.profile
|
|
|
475544 |
index 5aa3592496..13c4e6b08d 100644
|
|
|
475544 |
--- a/tests/data/profile_stability/rhel8/ospp.profile
|
|
|
475544 |
+++ b/tests/data/profile_stability/rhel8/ospp.profile
|
|
|
475544 |
@@ -62,6 +62,7 @@ selections:
|
|
|
475544 |
- configure_kerberos_crypto_policy
|
|
|
475544 |
- configure_libreswan_crypto_policy
|
|
|
475544 |
- configure_openssl_crypto_policy
|
|
|
475544 |
+- configure_ssh_crypto_policy
|
|
|
475544 |
- configure_tmux_lock_after_time
|
|
|
475544 |
- configure_tmux_lock_command
|
|
|
475544 |
- configure_usbguard_auditbackend
|
|
|
475544 |
diff --git a/tests/data/profile_stability/rhel8/stig.profile b/tests/data/profile_stability/rhel8/stig.profile
|
|
|
475544 |
index 9b164eb5c2..c7fe02169a 100644
|
|
|
475544 |
--- a/tests/data/profile_stability/rhel8/stig.profile
|
|
|
475544 |
+++ b/tests/data/profile_stability/rhel8/stig.profile
|
|
|
475544 |
@@ -77,6 +77,7 @@ selections:
|
|
|
475544 |
- configure_kerberos_crypto_policy
|
|
|
475544 |
- configure_libreswan_crypto_policy
|
|
|
475544 |
- configure_openssl_crypto_policy
|
|
|
475544 |
+- configure_ssh_crypto_policy
|
|
|
475544 |
- configure_tmux_lock_after_time
|
|
|
475544 |
- configure_tmux_lock_command
|
|
|
475544 |
- configure_usbguard_auditbackend
|