Keywords that set properties exclusively

These keywords set properties that can be specified only in the runtime configuration file and cannot be set using cs_config or ct_con_props:

Table 2-39: Keywords that set properties exclusively

Keyword

Description.

Allowed in

CS_SANITIZE_DISC_ APPNAME

Specifies whether the discovered application name (executable name obtained from the operating system) for a nameless application (CS_APPNAME is not explicitly set by the application) is used as is, after converting to uppercase, or after converting to lowercase.

Legal values:

  • CS_CNVRT_UPPERCASE – convert discovered name to uppercase before use.

  • CS_CNVRT_LOWERCASE – convert discovered name to lowercase before use.

  • CS_CNVRT_NOTHING (default) – use the discovered name as is.

[DEFAULT] section only

CS_USE_DISCOVERED_APPNAME

Specifies whether the runtime configuration file is parsed for application-specific settings for nameless applications (CS_APPNAME is not explicitly set by the application) and any settings found are applied to the application. The executable name obtained from the operating system is set as CS_APPNAME and is used to parse the runtime configuration file.

Legal values:

  • CS_TRUE – parse for and apply any application-specific settings from the configuration file.

  • CS_FALSE (default) – do not parse the configuration file for application-specific settings.

[DEFAULT] section only