Loading...
Searching...
No Matches
Limits on external programs that are allowed to be executed.
More...
|
string | select |
| Selection of enum options.
|
|
integer | value |
| Value of enum options.
|
|
|
static final | CallAndExecuteProhibited = 2 |
| Embedded Code and all $call and execute commands are prohibited.
|
|
static final | EchoAndPutOnlyToWorkdir = 3 |
| $echo or put commands can only write to directories in or below the working or scratchdir
|
|
static final | EchoAndPutProhibited = 4 |
| $echo and put commands are not allowed
|
|
static final | EverythingAllowed = 0 |
| Everything allowed.
|
|
static final | InteractiveShellsProhibited = 1 |
| Interactive shells in $call and execute commands are prohibited.
|
|
static final | UndefinedExecMode = 5 |
| Undefined option.
|
|
Limits on external programs that are allowed to be executed.
- See also
- Options