Description

Type string READ/WRITE

runcommand is a modifiable copy of the command input variable. It specifies the pathname of the program that pmlocald will run.

Example
Setting the runcomand can be a useful way of using a pseudonym for a command that an 
auditor wants to disguise: 
if ( command == "passcmd") 
{ 
   runcommand="/usr/bin/passwd" 
   runargv[0]="passwd"; 
   runargv=replace(runargv,1,length(runargv)); 
}
Related Topics

command