Description
Type list READ/WRITE
runargv specifies the complete argument list for the session. This variable is initialized from the value of the incoming argv variable.
Example
# Setting the runargv in the policy file can be used to add additional # command line arguments to programs if (command == "runTest") { runargv=replace(runargv,1,length(runargv)); runargv=append(runargv, "-u", user }; }