For security reasons, the issuing of bash commands is deactivated by default in Linux-based runtimes.

See OnlineHelp: SysProcess 

Allow single command:

[SysProcess]
Command.0=shutdown
Command.1=COMMAND_XYZ
..
Command.X=...

Allow 'all' commands:


This setting is not recommended to be turned on!
For safety reasons, this option should not be used!

The user must be aware of the risks when using this option!

[SysProcess]
Command=AllowAll
  • No labels