Skip to content

Commit

Permalink
Fix execute mapped authz property
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed May 9, 2023
1 parent 4c460c5 commit c899f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const RESPONSE_CONSOLE_ACTION_COMMANDS_TO_REQUIRED_AUTHZ = Object.freeze<
>({
isolate: 'canIsolateHost',
release: 'canUnIsolateHost',
execute: 'canWriteFileOperations',
execute: 'canWriteExecuteOperations',
'get-file': 'canWriteFileOperations',
upload: 'canWriteFileOperations',
processes: 'canGetRunningProcesses',
Expand Down

0 comments on commit c899f1d

Please sign in to comment.