From 60708010798dd1245b96701cdb38afe8331213d3 Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Tue, 22 Mar 2022 09:24:53 -0400 Subject: [PATCH] Fix missing "to" in account restriction warnings Signed-off-by: Alexander Scheel --- .../accounts_authorized_local_users/rule.yml | 2 +- .../accounts/accounts-restrictions/group_unique_id/rule.yml | 2 +- .../accounts/accounts-restrictions/group_unique_name/rule.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux_os/guide/system/accounts/accounts-restrictions/accounts_authorized_local_users/rule.yml b/linux_os/guide/system/accounts/accounts-restrictions/accounts_authorized_local_users/rule.yml index e2735d06e74..dfbb7b2581a 100644 --- a/linux_os/guide/system/accounts/accounts-restrictions/accounts_authorized_local_users/rule.yml +++ b/linux_os/guide/system/accounts/accounts-restrictions/accounts_authorized_local_users/rule.yml @@ -48,7 +48,7 @@ ocil_clause: 'there are unauthorized local user accounts on the system' {{% if 'rhel' in product or 'ol' in product %}} warnings: - general: |- - Automatic remediation of this control is not available. Due the unique + Automatic remediation of this control is not available due to the unique requirements of each system. {{% endif %}} diff --git a/linux_os/guide/system/accounts/accounts-restrictions/group_unique_id/rule.yml b/linux_os/guide/system/accounts/accounts-restrictions/group_unique_id/rule.yml index f21cc003f23..17ad4defd59 100644 --- a/linux_os/guide/system/accounts/accounts-restrictions/group_unique_id/rule.yml +++ b/linux_os/guide/system/accounts/accounts-restrictions/group_unique_id/rule.yml @@ -33,4 +33,4 @@ ocil: |- warnings: - general: |- - Automatic remediation of this control is not available. Due the unique requirements of each system. + Automatic remediation of this control is not available due to the unique requirements of each system. diff --git a/linux_os/guide/system/accounts/accounts-restrictions/group_unique_name/rule.yml b/linux_os/guide/system/accounts/accounts-restrictions/group_unique_name/rule.yml index dae8462a1f2..c17a972c896 100644 --- a/linux_os/guide/system/accounts/accounts-restrictions/group_unique_name/rule.yml +++ b/linux_os/guide/system/accounts/accounts-restrictions/group_unique_name/rule.yml @@ -34,4 +34,4 @@ ocil: |- warnings: - general: |- - Automatic remediation of this control is not available. Due the unique requirements of each system. + Automatic remediation of this control is not available due to the unique requirements of each system.