Type list READ/WRITE
runenv is a modifiable copy of the env input variable. It contains a list of environment variables that pmlocald sets up when initializing the runtime environment for the session.
if ( (command in appl_cmds) && (runhost == "sun8") ) { runenv={"TERM=xterm","PATH=/usr/bin:/usr/local/bin", "HOME=/home/appl_home"}; }
Type string READ/WRITE
rungroup is a modifiable copy of the group input variable. It specifies the primary group for pmlocald to use when initializing the runtime environment.
if ( (user == "apache") && (command == "admin.cgi") ) { rungroup="root"; }
Type list READ/WRITE
rungroups is a modifiable copy of the groups input variable. It specifies the full list of groups for pmlocad to use when initializing the runtime environment.
if ( (user == "apache") && (command == "admin.cgi") ) { rungroups={"admin","operators"}; }
Type string READ/WRITE
runhost specifies the host on which the runcommand will run.
If ( command == "runSimulation" ) { runhost="sol34.test.com"; }
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Conditions d’utilisation Confidentialité