From: Kruti Date: Mon, 19 Feb 2024 14:32:44 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3095d26c3d3f044911771d436c31b0cf51abea35;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/conf.h b/open-vm-tools/lib/include/conf.h index edb844093..8ca5bf86d 100644 --- a/open-vm-tools/lib/include/conf.h +++ b/open-vm-tools/lib/include/conf.h @@ -679,6 +679,34 @@ ****************************************************************************** */ +/* + ****************************************************************************** + * BEGIN AMSI Fileless goodies. + */ + +/** + * Defines the string used for vsep plugin AMSI Fileless config file group + */ +#define CONFGROUPNAME_AMSI "giamsi" + +/* Default state of AMSI config*/ +#define VSEP_DEFAULT_AMSI_STATE FALSE + +/** + * Defines user-defined maximum AMSI client connections. + */ +#define CONFNAME_AMSI_MAX_CLIENT_CONNECTIONS "amsi-max-client-connections" + +/** + * Defines user-defined maximum script size supported in fileless. + */ +#define CONFNAME_AMSI_MAX_SCRIPT_SIZE_IN_BYTES "amsi-max-script-size-in-bytes" + +/* + * END Fileless goodies. + ****************************************************************************** + */ + /* ****************************************************************************** * BEGIN CarbonBlack helper plugin goodies. diff --git a/open-vm-tools/tools.conf b/open-vm-tools/tools.conf index 64cb844bd..210ed7b5f 100644 --- a/open-vm-tools/tools.conf +++ b/open-vm-tools/tools.conf @@ -541,3 +541,29 @@ # By default the gitray plugin is enabled # To disable gitray user plugin set #enabled=false + +[giamsi] + +# The giamsi plugin for the Windows AntiMalware Scan Interface (AMSI) configuration. + +# By default the fileless AMSI is disabled. +# To enable the AMSI plugin set +#enabled=true + +# By default, the maximum client connections supported is 8. +# The values in range are 8