The Automation Orchestrator API provides a scripting class, Command
, that runs commands in the Automation Orchestrator server host operating system. To prevent unauthorized access to the server host, by default, Automation Orchestrator applications do not have permission to run the Command
class. If Automation Orchestrator applications require permission to run commands on the host operating system, you can activate the Command
scripting class.
You grant permission to use the Command
class by setting an Automation Orchestrator configuration system property.
Procedure
Results
You granted permissions to Automation Orchestrator applications to run local commands in the Automation Orchestrator server host operating system.
Note: By setting the
com.vmware.js.allow-local-process
system property to
true
, you allow the
Command
scripting class to write anywhere in the file system. This property overrides any file system access permissions that you set in the
js-io-rights.conf file for the
Command
scripting class only. The file system access permissions that you set in the
js-io-rights.conf file still apply to all scripting classes other than
Command
.