From 5db4191d5b8d341266e6007f9f76990c21b61cde Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Tue, 8 Aug 2023 14:12:12 +0200 Subject: [PATCH] #11326 added module plugin agent in .conf --- pandora_agents/unix/Linux/pandora_agent.conf | 3 +++ pandora_agents/win32/bin/pandora_agent.conf | 2 ++ 2 files changed, 5 insertions(+) diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index aaa3e8e034..a0ba4aab9c 100644 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -310,3 +310,6 @@ module_plugin autodiscover --default #module_description Zombies process on system #module_group System #module_end + +#Hardening plugin for security compliance analysis. Enable to use it. +#module_plugin /usr/share/pandora_agent/plugins/pandora_sca \ No newline at end of file diff --git a/pandora_agents/win32/bin/pandora_agent.conf b/pandora_agents/win32/bin/pandora_agent.conf index 653177af6c..3ff00891eb 100644 --- a/pandora_agents/win32/bin/pandora_agent.conf +++ b/pandora_agents/win32/bin/pandora_agent.conf @@ -524,3 +524,5 @@ module_plugin "%PROGRAMFILES%\Pandora_Agent\util\autodiscover.exe" --default #module_native_encoding OEM #module_end +#Hardening plugin for security compliance analysis. Enable to use it. +#module_plugin C:\Program Files\pandora_agent\util\pandora_sca.exe \ No newline at end of file