From 0c28582a007fb89a597aa064cccab927274b6c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Tue, 15 Aug 2023 15:21:05 +0200 Subject: [PATCH] Add warning to network_configure_name_resolution This rule doesn't have any remediation. The warning will help investigating why remediation has failed. --- .../system/network/network_configure_name_resolution/rule.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux_os/guide/system/network/network_configure_name_resolution/rule.yml b/linux_os/guide/system/network/network_configure_name_resolution/rule.yml index bf2339bbded..fb2d6bf92f6 100644 --- a/linux_os/guide/system/network/network_configure_name_resolution/rule.yml +++ b/linux_os/guide/system/network/network_configure_name_resolution/rule.yml @@ -72,3 +72,6 @@ fixtext: |- $ sudo echo -n > /etc/resolv.conf srg_requirement: 'For {{{ full_name }}} systems using Domain Name Servers (DNS) resolution, at least two name servers must be configured.' + +warnings: + - general: This rule doesn't come with a remediation, the IP addresses of local authoritative name servers need to be added by the administrator.