From 861c23e6c6a1c51db7b4c54f6890d2cc3987e6c5 Mon Sep 17 00:00:00 2001 From: Enrique Martin Date: Fri, 6 Oct 2023 18:22:39 +0200 Subject: [PATCH] Fixed /etc/resolv.conf name --- pandora_agents/unix/plugins/pandora_security_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_agents/unix/plugins/pandora_security_check b/pandora_agents/unix/plugins/pandora_security_check index db89e422d4..d158c6b0d9 100644 --- a/pandora_agents/unix/plugins/pandora_security_check +++ b/pandora_agents/unix/plugins/pandora_security_check @@ -70,7 +70,7 @@ my @l_files = ( '/etc/shadow', '/etc/passwd', '/etc/hosts', - '/etc/resolv', + '/etc/resolv.conf', '/etc/ssh/sshd_config', '/etc/rsyslog.conf' );