GetAllowedCommands returns the whitelist for a target type
(targetType TargetType)
| 286 | |
| 287 | // GetAllowedCommands returns the whitelist for a target type |
| 288 | func (e *Executor) GetAllowedCommands(targetType TargetType) []string { |
| 289 | return e.validator.GetAllowedCommands(targetType) |
| 290 | } |
| 291 | |
| 292 | // GetAllowedVMCommands returns the whitelist for the provided VM context. |
| 293 | func (e *Executor) GetAllowedVMCommands(vm VM) []string { |
no outgoing calls