22 lines
727 B
Diff
22 lines
727 B
Diff
|
From a607fe9715106b88511fd664b320ee63f6497ede Mon Sep 17 00:00:00 2001
|
||
|
From: Vojtech Polasek <vpolasek@redhat.com>
|
||
|
Date: Wed, 13 Jul 2022 14:07:25 +0200
|
||
|
Subject: [PATCH] remove rule from rhel9 ospp
|
||
|
|
||
|
---
|
||
|
products/rhel9/profiles/ospp.profile | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/products/rhel9/profiles/ospp.profile b/products/rhel9/profiles/ospp.profile
|
||
|
index 75e5b0f5ed4..4ba874db90f 100644
|
||
|
--- a/products/rhel9/profiles/ospp.profile
|
||
|
+++ b/products/rhel9/profiles/ospp.profile
|
||
|
@@ -58,7 +58,6 @@ selections:
|
||
|
# sshd
|
||
|
- sshd_use_directory_configuration
|
||
|
- sshd_disable_root_login
|
||
|
- - sshd_enable_strictmodes
|
||
|
- disable_host_auth
|
||
|
- sshd_disable_empty_passwords
|
||
|
- sshd_disable_kerb_auth
|